aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-03-31 20:59:02 +0200
committerDanielGavin <danielgavin5@hotmail.com>2021-03-31 20:59:02 +0200
commita3bf952b19d210b9578c40dffe5ec48c76cca49c (patch)
tree203da390144ab4b9b91e696db1bd45ac65c0f520 /src/common
parent676f27e656073ab40ccbb19bb3470b8801e421e6 (diff)
start work on package completion
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin
index df6ddb1..432794f 100644
--- a/src/common/config.odin
+++ b/src/common/config.odin
@@ -11,3 +11,5 @@ Config :: struct {
debug_single_thread: bool,
enable_semantic_tokens: bool, //This will be removed when vscode client stops sending me semantic tokens after disabling it in requests initialize.
}
+
+config: Config; \ No newline at end of file