Skip to content

Commit a05305c

Browse files
Allow empty program arg (#174)
* Allow attaching (remote and local) with no program
1 parent d38bcc0 commit a05305c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
},
153153
"attach": {
154154
"required": [
155-
"program",
156155
"processId"
157156
],
158157
"properties": {
@@ -256,9 +255,6 @@
256255
"runtime": "node",
257256
"configurationAttributes": {
258257
"launch": {
259-
"required": [
260-
"program"
261-
],
262258
"properties": {
263259
"gdb": {
264260
"type": "string",
@@ -510,9 +506,6 @@
510506
}
511507
},
512508
"attach": {
513-
"required": [
514-
"program"
515-
],
516509
"properties": {
517510
"gdb": {
518511
"type": "string",

0 commit comments

Comments
 (0)