summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2019-01-06 13:21:44 -0800
committerGeorge Fraser <george@fivetran.com>2019-01-06 13:21:44 -0800
commitd2942ecf8b33af9bcf02e585f669b0c85c05e77b (patch)
tree9755ff777884a6210565290f59519972f220ccbb /lib
parentae08ea7010b47a4210d30ae9e6e192c5d8a01a5e (diff)
downloadjava-language-server-d2942ecf8b33af9bcf02e585f669b0c85c05e77b.zip
Read from FileStore
Diffstat (limited to 'lib')
-rw-r--r--lib/extension.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/extension.ts b/lib/extension.ts
index e739434..4a2d394 100644
--- a/lib/extension.ts
+++ b/lib/extension.ts
@@ -7,6 +7,7 @@ import { window, workspace, ExtensionContext, commands, tasks, Task, TaskExecuti
import {LanguageClient, LanguageClientOptions, ServerOptions, NotificationType} from "vscode-languageclient";
// If we want to profile using VisualVM, we have to run the language server using regular java, not jlink
+// This is intended to be used in the 'F5' debug-extension mode, where the extension is running against the actual source, not build.vsix
const visualVm = false;
/** Called when extension is activated */