diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 838f6b24..0b74a6fb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,31 +3,6 @@ "version": "0.2.0", "configurations": [ { - "name": "ζ΅θ―", - "type": "lua", - "request": "launch", - "stopOnEntry": false, - "program": "${workspaceRoot}/test.lua", - "arg": [ - ], - "consoleCoding": "utf8", - "sourceCoding": "utf8", - "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", - "outputCapture": [ - "print", - "stderr", - ], - }, - { - "name": "ιε ", - "type": "lua", - "request": "attach", - "stopOnEntry": true, - "address": "127.0.0.1:11411", - "outputCapture": [ - ] - }, - { "name": "πΊζ΅θ―-beta", "type": "lua", "request": "launch", |