提交 0edf9421 编写于 作者: D Dirk Baeumer

Remove breakpoint flag

上级 216c6b8a
......@@ -210,7 +210,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
this.servicePromise = new Promise<cp.ChildProcess>((resolve, reject) => {
try {
let options: electron.IForkOptions = {
execArgv: [`--debug-brk=5859`]
execArgv: [] // [`--debug-brk=5859`]
};
let value = process.env.TSS_DEBUG;
if (value) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册