File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
** v0.6.0**
2
2
=============================================
3
3
4
+ ## What's New
5
+ - Now multi-root aware for VS code 18
6
+
7
+ ** v0.6.0**
8
+ =============================================
9
+
4
10
## What's New
5
11
- Can add un-tracked files in source control view
6
12
Original file line number Diff line number Diff line change 2
2
"name" : " svn-scm" ,
3
3
"displayName" : " svn-scm" ,
4
4
"description" : " " ,
5
- "version" : " 0.7 .0" ,
5
+ "version" : " 0.8 .0" ,
6
6
"publisher" : " johnstoncode" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.16.0"
16
16
"url" : " https://github.com/JohnstonCode/svn-scm/issues"
17
17
},
18
18
"categories" : [" Other" , " SCM Providers" ],
19
+ "keywords" : [" multi-root ready" ],
19
20
"activationEvents" : [" *" ],
20
21
"main" : " ./src/extension" ,
21
22
"scripts" : {
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ Repository.prototype.update = function() {
94
94
95
95
this . changes . resourceStates = changes ;
96
96
this . notTracked . resourceStates = notTracked ;
97
+
98
+ // console.log(this.changes.resourceStates);
97
99
} )
98
100
. catch ( error => {
99
101
console . log ( error ) ;
You can’t perform that action at this time.
0 commit comments