Skip to content

Commit 6cac275

Browse files
committed
revert debug
1 parent adecc45 commit 6cac275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharp/launcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function launchWindows(launchPath: string, cwd: string, args: string[], envVars:
202202
}
203203

204204
let argsCopy = args.slice(0); // create copy of args
205-
argsCopy.push('--debug');
205+
//argsCopy.push('--debug');
206206
argsCopy.unshift(launchPath);
207207
argsCopy = [[
208208
'/s',

0 commit comments

Comments
 (0)