Skip to content

Commit 5318d07

Browse files
committed
Merge pull request #32 from isidorn/patch-1
Add configurationAttributes to package.json
2 parents b4cab8c + a4cfd84 commit 5318d07

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,18 @@
7272
{
7373
"type": "PowerShell",
7474
"enableBreakpointsFor": { "languageIds": ["powershell"] },
75-
"program": "bin/Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd"
75+
"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+
}
7687
}
7788
],
7889
"configuration": {

0 commit comments

Comments
 (0)