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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,14 @@
123
123
"configurationAttributes": {
124
124
"launch": {
125
125
"required": [
126
-
"program"
126
+
"script"
127
127
],
128
128
"properties": {
129
129
"program": {
130
+
"type": "string",
131
+
"description": "Deprecated. Please use the 'script' property instead to specify the absolute path to the PowerShell script to launch under the debugger."
132
+
},
133
+
"script": {
130
134
"type": "string",
131
135
"description": "Absolute path to the PowerShell script to launch under the debugger."
0 commit comments