Skip to content

Commit a85a623

Browse files
Add consoleName as arg
1 parent ef9e981 commit a85a623

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@
263263
"default": false,
264264
"description": "Whether to enable Sub Process debugging",
265265
"type": "boolean"
266+
},
267+
"consoleName": {
268+
"default": "Python Debug Console",
269+
"description": "Display name of the debug console or terminal",
270+
"type": "string"
266271
}
267272
}
268273
},
@@ -335,10 +340,6 @@
335340
"internalConsole"
336341
]
337342
},
338-
"consoleTitle": {
339-
"default": "Python Debug Console",
340-
"description": "Display name of the debug console or terminal"
341-
},
342343
"cwd": {
343344
"default": "${workspaceFolder}",
344345
"description": "Absolute path to the working directory of the program being debugged. Default is the root directory of the file (leave empty).",
@@ -492,6 +493,11 @@
492493
"default": "matplotlib",
493494
"description": "The GUI event loop that's going to run. Possible values: \"matplotlib\", \"wx\", \"qt\", \"none\", or a custom function that'll be imported and run.",
494495
"type": "string"
496+
},
497+
"consoleName": {
498+
"default": "Python Debug Console",
499+
"description": "Display name of the debug console or terminal",
500+
"type": "string"
495501
}
496502
}
497503
}

0 commit comments

Comments
 (0)