File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
390
390
return `${ localize ( "build.and.debug.active.file" , 'build and debug active file' ) } ` ;
391
391
}
392
392
393
- private isClConfiguration ( configurationLabel : string ) : boolean {
394
- return configurationLabel . startsWith ( "C/C++: cl.exe" ) ? true : false ;
393
+ private isClConfiguration ( configurationLabel : string ) : boolean {
394
+ return configurationLabel . startsWith ( "C/C++: cl.exe" ) ? true : false ;
395
395
}
396
396
397
397
private showErrorClNotAvailable ( configurationLabel : string ) : boolean {
@@ -608,7 +608,6 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
608
608
// In case of singleFile, remove the preLaunch task from the debug configuration and run it here instead.
609
609
await cppBuildTaskProvider . runBuildTask ( configuration . preLaunchTask ) ;
610
610
DebugConfigurationProvider . recentBuildTaskLableStr = configuration . preLaunchTask ;
611
-
612
611
}
613
612
} catch ( errJS ) {
614
613
const e : Error = errJS as Error ;
You can’t perform that action at this time.
0 commit comments