File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -995,7 +995,9 @@ class TW {
995
995
996
996
this . initialized = true
997
997
998
+ // TODO
998
999
const workspaceFolders =
1000
+ false &&
999
1001
Array . isArray ( this . initializeParams . workspaceFolders ) &&
1000
1002
this . initializeParams . capabilities . workspace ?. workspaceFolders
1001
1003
? this . initializeParams . workspaceFolders . map ( ( el ) => ( {
@@ -1147,7 +1149,6 @@ connection.onInitialize(
1147
1149
return {
1148
1150
capabilities : {
1149
1151
textDocumentSync : TextDocumentSyncKind . Full ,
1150
- workspace : { workspaceFolders : { supported : true , changeNotifications : true } } ,
1151
1152
} ,
1152
1153
}
1153
1154
}
@@ -1157,7 +1158,6 @@ connection.onInitialize(
1157
1158
return {
1158
1159
capabilities : {
1159
1160
textDocumentSync : TextDocumentSyncKind . Full ,
1160
- workspace : { workspaceFolders : { supported : true , changeNotifications : true } } ,
1161
1161
hoverProvider : true ,
1162
1162
colorProvider : true ,
1163
1163
codeActionProvider : true ,
You can’t perform that action at this time.
0 commit comments