File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
166166
167167 if ( config . preLaunchTask ) {
168168 config . configSource = this . getDebugConfigSource ( config , folder ) ;
169- const isIntelliSenseDisabled : boolean = new CppSettings ( ( vscode . workspace . workspaceFolders && vscode . workspace . workspaceFolders . length > 0 ) ? vscode . workspace . workspaceFolders [ 0 ] ?. uri : undefined ) . intelliSenseEngine === "Disabled " ;
169+ const isIntelliSenseDisabled : boolean = new CppSettings ( ( vscode . workspace . workspaceFolders && vscode . workspace . workspaceFolders . length > 0 ) ? vscode . workspace . workspaceFolders [ 0 ] ?. uri : undefined ) . intelliSenseEngine === "disabled " ;
170170 // Run the build task if IntelliSense is disabled.
171171 if ( isIntelliSenseDisabled ) {
172172 try {
You can’t perform that action at this time.
0 commit comments