We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
code
1 parent b682f5d commit 994a8dcCopy full SHA for 994a8dc
1 file changed
package.json
@@ -523,6 +523,11 @@
523
"description": "Absolute path to the program.",
524
"type": "string"
525
},
526
+ "code": {
527
+ "default": "",
528
+ "description": "Python code to execute in string form.\nExample: \"import debugpy; print(debugpy.__version__)\"",
529
+ "type": "string"
530
+ },
531
"purpose": {
532
"default": [],
533
"description": "Tells extension to use this configuration for test debugging, or when using debug-in-terminal command.",
0 commit comments