diff options
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" } |