summaryrefslogtreecommitdiff
path: root/.vs
diff options
context:
space:
mode:
Diffstat (limited to '.vs')
-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