diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 16:31:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 16:31:18 +0800 |
commit | 3011a124fe961bb623fa627abfd64030f128b4c1 (patch) | |
tree | db3715606e005dd5a444356c58cb3e36f488179a /.vscode/settings.json | |
parent | 329e2d7dfa0268a6288086f1a2e3581d5b31cfc6 (diff) | |
download | lua-language-server-3011a124fe961bb623fa627abfd64030f128b4c1.zip |
cleanup
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 51e4b3fb..ec0e4bde 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,8 @@ "LOCALE", "SHOWSOURCE", "TRACE", - "FOOTPRINT" + "FOOTPRINT", + "CONFIGPATH" ], "Lua.diagnostics.disable": [ "close-non-object", @@ -38,6 +39,7 @@ "E:/Github/test", // Just some comment "script/meta", + "bin", ], "Lua.runtime.path": [ "?.lua", |