There was an error while loading. Please reload this page.
2 parents b4cab8c + a4cfd84 commit 5318d07Copy full SHA for 5318d07
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": {
0 commit comments