Fix accidentally committed debug mode

This commit is contained in:
Kris De Volder
2017-12-22 17:33:08 -08:00
parent 4de71bfc91
commit a3e4ce401a

View File

@@ -32,7 +32,7 @@ function error(msg : string) {
export function activate(context: VSCode.ExtensionContext) {
let options : commons.ActivatorOptions = {
DEBUG : false,
CONNECT_TO_LS: true,
CONNECT_TO_LS: false,
extensionId: 'vscode-concourse',
launcher: (context: VSCode.ExtensionContext) => Path.resolve(context.extensionPath, 'jars/language-server.jar'),
jvmHeap: "48m",