diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 248a92a6..31b3626c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,8 @@ "DBGPORT", "DBGWAIT", "tracy", - "LOCALE" + "LOCALE", + "SHOWSOURCE" ], "Lua.diagnostics.disable": [ "close-non-object", @@ -43,5 +44,6 @@ "?.lua", "script/?.lua", "script/?/init.lua" - ] + ], + "Lua.misc.parameters": "--showsource=true" } |