|
9 | 9 | "stopOnEntry": false,
|
10 | 10 | "program": "${workspaceRoot}/test.lua",
|
11 | 11 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
12 |
| - "cpath": null, |
13 |
| - "arg": [ |
14 |
| - ], |
15 |
| - "luaVersion": "5.4", |
| 12 | + "luaVersion": "lua54", |
16 | 13 | "sourceCoding": "utf8",
|
17 |
| - "console": "internalConsole", |
| 14 | + "console": "integratedTerminal", |
| 15 | + "internalConsoleOptions": "openOnSessionStart", |
18 | 16 | "outputCapture": [
|
19 | 17 | "print",
|
20 | 18 | "stderr",
|
|
36 | 34 | ]
|
37 | 35 | ],
|
38 | 36 | "windows": {
|
39 |
| - "name": "🍄attach", |
40 |
| - "type": "lua", |
41 |
| - "request": "attach", |
42 | 37 | "sourceMaps": [
|
43 | 38 | [
|
44 | 39 | "script\\*",
|
|
55 | 50 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
56 | 51 | "program": "${workspaceRoot}/tools/build-3rd-meta.lua",
|
57 | 52 | "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
|
| 53 | + "console": "integratedTerminal", |
| 54 | + "internalConsoleOptions": "openOnSessionStart", |
58 | 55 | "arg": [
|
59 | 56 | ],
|
60 |
| - "luaVersion": "latest", |
| 57 | + "luaVersion": "lua-latest", |
61 | 58 | "sourceCoding": "utf8",
|
62 | 59 | "outputCapture": [
|
63 | 60 | "print",
|
|
72 | 69 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
73 | 70 | "program": "${workspaceRoot}/tools/locale.lua",
|
74 | 71 | "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
|
| 72 | + "console": "integratedTerminal", |
| 73 | + "internalConsoleOptions": "openOnSessionStart", |
75 | 74 | "arg": [
|
76 | 75 | ],
|
77 |
| - "luaVersion": "latest", |
| 76 | + "luaVersion": "lua-latest", |
78 | 77 | "sourceCoding": "utf8",
|
79 | 78 | "outputCapture": [
|
80 | 79 | "print",
|
|
89 | 88 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
90 | 89 | "program": "${workspaceRoot}/tools/build-doc.lua",
|
91 | 90 | "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
|
| 91 | + "console": "integratedTerminal", |
| 92 | + "internalConsoleOptions": "openOnSessionStart", |
92 | 93 | "arg": [
|
93 | 94 | ],
|
94 |
| - "luaVersion": "latest", |
| 95 | + "luaVersion": "lua-latest", |
95 | 96 | "sourceCoding": "utf8",
|
96 | 97 | "outputCapture": [
|
97 | 98 | "print",
|
|
110 | 111 | "--check",
|
111 | 112 | "${workspaceRoot}",
|
112 | 113 | ],
|
113 |
| - "luaVersion": "5.4", |
| 114 | + "luaVersion": "lua-latest", |
114 | 115 | "sourceCoding": "utf8",
|
115 | 116 | "outputCapture": [
|
116 | 117 | "print",
|
|
129 | 130 | "--doc",
|
130 | 131 | "${workspaceRoot}",
|
131 | 132 | ],
|
132 |
| - "luaVersion": "5.4", |
| 133 | + "luaVersion": "lua-latest", |
133 | 134 | "sourceCoding": "utf8",
|
134 | 135 | "outputCapture": [
|
135 | 136 | "print",
|
|
0 commit comments