summaryrefslogtreecommitdiff
path: root/.vs/launch.vs.json
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2024-05-07 12:30:35 +0800
committeractboy168 <actboy168@gmail.com>2024-05-07 12:30:35 +0800
commit719d7c2ba63c5a0207604a40cdf0b78a02b0eb78 (patch)
tree30821594763325865ca605b26142a2b8879abf83 /.vs/launch.vs.json
parent94b06e3548424d08e93a2758135d689c0f8986d4 (diff)
downloadlua-language-server-719d7c2ba63c5a0207604a40cdf0b78a02b0eb78.zip
update bee
Diffstat (limited to '.vs/launch.vs.json')
-rw-r--r--.vs/launch.vs.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.vs/launch.vs.json b/.vs/launch.vs.json
new file mode 100644
index 00000000..6a6569d5
--- /dev/null
+++ b/.vs/launch.vs.json
@@ -0,0 +1,16 @@
+{
+ "version": "0.2.1",
+ "defaults": {},
+ "configurations": [
+ {
+ "type": "native",
+ "name": "debug",
+ "project": "bin\\lua-language-server.exe",
+ "args": [
+ "test.lua"
+ ],
+ "currentDir": ".",
+ "projectTarget": ""
+ }
+ ]
+} \ No newline at end of file