diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-17 22:14:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-17 22:14:57 +0800 |
commit | bd966b33388e13133d904833fecbf1542441eaa2 (patch) | |
tree | 7ff9bf6a69f7ed2835a2fdf4d37dd408f5e2f8df /.vscode | |
parent | 35866009a76991fbf9f110d3ec6071b27b8bc706 (diff) | |
download | lua-language-server-bd966b33388e13133d904833fecbf1542441eaa2.zip |
cleanup
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2472edc8..0ed819e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,5 +47,5 @@ "script/?.lua", "script/?/init.lua" ], - "Lua.misc.parameters": "--showsource=true" + //"Lua.misc.parameters": "--showsource=true" } |