From 4ca61ec457822dd14966afa0752340ae8ce180a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 20 Nov 2020 21:57:09 +0800 Subject: no longer beta --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 0b74a6fb..dc0bef87 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,11 +3,11 @@ "version": "0.2.0", "configurations": [ { - "name": "πŸΊζ΅‹θ―•-beta", + "name": "πŸΊζ΅‹θ―•", "type": "lua", "request": "launch", "stopOnEntry": false, - "program": "${workspaceRoot}/test-beta.lua", + "program": "${workspaceRoot}/test.lua", "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", "arg": [ ], @@ -19,7 +19,7 @@ ], }, { - "name": "ι™„εŠ -beta", + "name": "ι™„εŠ ", "type": "lua", "request": "attach", "stopOnEntry": true, -- cgit v1.2.3