diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 20:22:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 20:22:08 +0800 |
commit | 970418953e1d988080113b30b529a787e4c66bbb (patch) | |
tree | 54d7d0f6e7e1bdc155b4e8f633b88da78a3a3689 /.vscode/settings.json | |
parent | e7aa360492f0cde296281c3b2518691fbfc761e4 (diff) | |
download | lua-language-server-970418953e1d988080113b30b529a787e4c66bbb.zip |
fix
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b8c677d6..3d7dd407 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,5 +45,6 @@ "Lua.misc.parameters": [ "--develop=true", "--dbgport=11413", + "--showsource=true", ] } |