提交 0799ac05 编写于 作者: I isidor

debug: do not specially massage some configurations

上级 0bdc1c37
......@@ -245,13 +245,9 @@ export class ConfigurationManager {
this.configuration.debugServer = config.debugServer;
this.configuration.outDir = this.resolvePath(this.configuration.outDir);
this.configuration.address = this.configuration.address || 'localhost';
this.configuration.program = this.resolvePath(this.configuration.program);
this.configuration.stopOnEntry = this.configuration.stopOnEntry === undefined ? false : this.configuration.stopOnEntry;
this.configuration.args = this.configuration.args && this.configuration.args.length > 0 ? this.systemVariables.resolve(this.configuration.args) : null;
this.configuration.cwd = this.resolvePath(this.configuration.cwd || '.');
this.configuration.runtimeExecutable = this.resolvePath(this.configuration.runtimeExecutable);
this.configuration.runtimeArgs = this.configuration.runtimeArgs && this.configuration.runtimeArgs.length > 0 ? this.configuration.runtimeArgs : null;
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册