mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-17 22:00:59 +01:00
@@ -212,12 +212,12 @@ export class Adapter {
|
||||
};
|
||||
properties['preLaunchTask'] = {
|
||||
type: ['string', 'null'],
|
||||
default: null,
|
||||
default: '',
|
||||
description: nls.localize('debugPrelaunchTask', "Task to run before debug session starts.")
|
||||
};
|
||||
properties['postDebugTask'] = {
|
||||
type: ['string', 'null'],
|
||||
default: null,
|
||||
default: '',
|
||||
description: nls.localize('debugPostDebugTask', "Task to run after debug session ends.")
|
||||
};
|
||||
properties['internalConsoleOptions'] = INTERNAL_CONSOLE_OPTIONS_SCHEMA;
|
||||
|
||||
Reference in New Issue
Block a user