We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e318640 commit a91591fCopy full SHA for a91591f
package.json
@@ -72,7 +72,18 @@
72
{
73
"type": "PowerShell",
74
"enableBreakpointsFor": { "languageIds": ["powershell"] },
75
- "program": "bin/Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd"
+ "program": "bin/Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd",
76
+ "configurationAttributes": {
77
+ "launch": {
78
+ "required": [ "program" ],
79
+ "properties": {
80
+ "program": {
81
+ "type": "string",
82
+ "description": "Workspace relative path to the PowerShell script."
83
+ }
84
85
86
+ },
87
}
88
],
89
"configuration": {
@@ -98,4 +109,4 @@
98
109
99
110
},
100
111
"private": true
101
-}
112
+}
0 commit comments