Skip to content

Commit a41af1e

Browse files
committed
Update breakpoints setting in manifest
1 parent 61c3de7 commit a41af1e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"devDependencies": {},
2626
"contributes": {
27+
"breakpoints": [
28+
{
29+
"language": "lua"
30+
}
31+
],
2732
"debuggers": [
2833
{
2934
"type": "lua",
3035
"label": "Lua Debugger",
31-
"enableBreakpointsFor": {
32-
"languageIds": [
33-
"lua"
34-
]
35-
},
3636
"program": "./DebugAdapter.exe",
3737
"osx": {
3838
"runtime": "mono"

0 commit comments

Comments
 (0)