提交 7a850d78 编写于 作者: I isidor

Eliminate all schema based attributes from IEnvConfig

fixes #8769
上级 f0c30ada
......@@ -198,20 +198,11 @@ export interface IEnvConfig {
name?: string;
type: string;
request: string;
program?: string;
stopOnEntry?: boolean;
args?: string[];
cwd?: string;
runtimeExecutable?: string;
runtimeArgs?: string[];
env?: { [key: string]: string; };
sourceMaps?: boolean;
outDir?: string;
address?: string;
internalConsoleOptions?: string;
port?: number;
preLaunchTask?: string;
externalConsole?: boolean;
debugServer?: number;
noDebug?: boolean;
silentlyAbort?: boolean;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册