You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+61-44Lines changed: 61 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -934,22 +934,6 @@
934
934
"description": "Absolute path to the working directory of the program being debugged. Default is the root directory of the file (leave empty).",
935
935
"default": "${workspaceFolder}"
936
936
},
937
-
"debugOptions": {
938
-
"type": "array",
939
-
"description": "Advanced options, view read me for further details.",
940
-
"items": {
941
-
"type": "string",
942
-
"enum": [
943
-
"RedirectOutput",
944
-
"DebugStdLib",
945
-
"Django",
946
-
"Jinja",
947
-
"Sudo",
948
-
"Pyramid"
949
-
]
950
-
},
951
-
"default": []
952
-
},
953
937
"env": {
954
938
"type": "object",
955
939
"description": "Environment variables defined as a key value pair. Property ends up being the Environment Variable and the value of the property ends up being the value of the Env Variable.",
@@ -974,25 +958,48 @@
974
958
"type": "boolean",
975
959
"description": "Enable logging of debugger events to a log file.",
0 commit comments