diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-13 17:13:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-13 17:13:11 +0800 |
commit | 0bd4a15ffdf4b890e26e97f7c433696422eb2303 (patch) | |
tree | f7c33fbd0074248126d61dead1faffcf0f77a32b /.vscode/launch.json | |
parent | 5f5760aa9b1d5351b41e3c5aba6607721341e49c (diff) | |
download | lua-language-server-0bd4a15ffdf4b890e26e97f7c433696422eb2303.zip |
cleanup
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 1fe9d711..4cd4cc91 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,6 +15,7 @@ "luaVersion": "5.4", "consoleCoding": "utf8", "sourceCoding": "utf8", + "console": "integratedTerminal", "outputCapture": [ "print", "stderr", |