summaryrefslogtreecommitdiff
path: root/.vs/launch.vs.json
blob: 6a6569d5ea0e989251309f98c51089611fb187c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "version": "0.2.1",
  "defaults": {},
  "configurations": [
    {
      "type": "native",
      "name": "debug",
      "project": "bin\\lua-language-server.exe",
      "args": [
        "test.lua"
      ],
      "currentDir": ".",
      "projectTarget": ""
    }
  ]
}