Skip to content

Commit 994a8dc

Browse files
committed
package.json - list missing code property
1 parent b682f5d commit 994a8dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,11 @@
523523
"description": "Absolute path to the program.",
524524
"type": "string"
525525
},
526+
"code": {
527+
"default": "",
528+
"description": "Python code to execute in string form.\nExample: \"import debugpy; print(debugpy.__version__)\"",
529+
"type": "string"
530+
},
526531
"purpose": {
527532
"default": [],
528533
"description": "Tells extension to use this configuration for test debugging, or when using debug-in-terminal command.",

0 commit comments

Comments
 (0)