Skip to content

Commit 6e84529

Browse files
authored
fix: migrate enableBreakpointsFor in manifest (#428)
1 parent 308c0f1 commit 6e84529

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112
]
113113
},
114114
"contributes": {
115+
"breakpoints" : [
116+
{
117+
"language": "php"
118+
}
119+
],
115120
"debuggers": [
116121
{
117122
"type": "php",
118123
"label": "PHP",
119-
"enableBreakpointsFor": {
120-
"languageIds": [
121-
"php"
122-
]
123-
},
124124
"program": "./out/phpDebug.js",
125125
"runtime": "node",
126126
"configurationAttributes": {

0 commit comments

Comments
 (0)