We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c3de7 commit a41af1eCopy full SHA for a41af1e
1 file changed
Extension/package.json
@@ -24,15 +24,15 @@
24
},
25
"devDependencies": {},
26
"contributes": {
27
+ "breakpoints": [
28
+ {
29
+ "language": "lua"
30
+ }
31
+ ],
32
"debuggers": [
33
{
34
"type": "lua",
35
"label": "Lua Debugger",
- "enableBreakpointsFor": {
- "languageIds": [
- "lua"
- ]
- },
36
"program": "./DebugAdapter.exe",
37
"osx": {
38
"runtime": "mono"
0 commit comments