Skip to content

Commit a97d832

Browse files
committed
lint
1 parent 19de8a8 commit a97d832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/Debugger/configurationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class DebugConfigurationProvider implements vscode.DebugConfigurationProv
119119
}
120120
delete config.externalConsole;
121121
}
122-
122+
123123
// Fail if cppvsdbg type is running on non-Windows
124124
if (os.platform() !== 'win32') {
125125
logger.getOutputChannelLogger().showWarningMessage(localize("debugger.not.available", "Debugger of type: '{0}' is only available on Windows. Use type: '{1}' on the current OS platform.", "cppvsdbg", "cppdbg"));

0 commit comments

Comments
 (0)