mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Remove breakpoint flag
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user