File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1184
1184
"order" : 0
1185
1185
},
1186
1186
"dotnet.server.extensionPaths" : {
1187
+ "scope" : " machine-overridable" ,
1187
1188
"type" : [
1188
1189
" array" ,
1189
1190
null
1192
1193
"type" : " string"
1193
1194
},
1194
1195
"default" : null ,
1195
- "description" : " Override for path to langauge server --extensions argument "
1196
+ "description" : " Override for path to langauge server --extension arguments. "
1196
1197
},
1197
1198
"dotnet.implementType.insertionBehavior" : {
1198
1199
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ export class RoslynLanguageServer {
512
512
let args : string [ ] = [ ] ;
513
513
514
514
for ( const extensionPath of extensionPaths ) {
515
- args . push ( "--extensions " ) ; // TODO: switch to --extension naming
515
+ args . push ( "--extension " ) ;
516
516
args . push ( extensionPath ) ;
517
517
}
518
518
You can’t perform that action at this time.
0 commit comments