File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Extension/src/LanguageServer Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1178,10 +1178,8 @@ export class DefaultClient implements Client {
1178
1178
}
1179
1179
const serverName : string = this . getName ( this . rootFolder ) ;
1180
1180
const serverOptions : ServerOptions = {
1181
- // Running detached would be preferred; however, that causes cpptools-srv to create a console window
1182
- // on Windows and that can't seem to be suppressed without suppressing assertion dialog boxes.
1183
1181
run : { command : serverModule , options : { detached : false } } ,
1184
- debug : { command : serverModule , args : [ serverName ] , options : { detached : false } }
1182
+ debug : { command : serverModule , args : [ serverName ] , options : { detached : true } }
1185
1183
} ;
1186
1184
1187
1185
let intelliSenseCacheDisabled : boolean = false ;
You can’t perform that action at this time.
0 commit comments