提交 3ff0f35f 编写于 作者: I isidor

postDebugTask-schema default value is ''

fixes #46675
上级 3f205ed5
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册