diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-03-31 20:59:02 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2021-03-31 20:59:02 +0200 |
| commit | a3bf952b19d210b9578c40dffe5ec48c76cca49c (patch) | |
| tree | 203da390144ab4b9b91e696db1bd45ac65c0f520 /src/common | |
| parent | 676f27e656073ab40ccbb19bb3470b8801e421e6 (diff) | |
start work on package completion
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 2 |
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 |