mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
remove obsolete comment
This commit is contained in:
@@ -3812,7 +3812,7 @@ class MockConfigurationProvider implements vscode.DebugConfigurationProvider {
|
||||
config.type = 'mock';
|
||||
config.name = 'Launch';
|
||||
config.request = 'launch';
|
||||
config.program = '${file}'; // editor.document.fileName; // '${file}';
|
||||
config.program = '${file}';
|
||||
config.stopOnEntry = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user