summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json25
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",