Skip to content

Commit 7cca70c

Browse files
committed
Update package.json
This change updates package.json to add the "Debuggers" category and also to change the command that is run for the PowerShell debug adapter. Since there isn't a good way to send a command line parameter to the debug adapter (to switch to debug adapter mode) I've put the proper invocation into a .cmd file which gets run instead.
1 parent 3fb73bb commit 7cca70c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"categories": [
1414
"Languages",
1515
"Snippets",
16+
"Debuggers",
1617
"Linters"
1718
],
1819
"icon": "images/PowerShell_icon.png",
@@ -55,7 +56,7 @@
5556
{
5657
"type": "PowerShell",
5758
"enableBreakpointsFor": { "languageIds": ["PowerShell"] },
58-
"program": "bin/Microsoft.PowerShell.EditorServices.Host.exe"
59+
"program": "bin/Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd"
5960
}
6061
],
6162
"configuration": {

0 commit comments

Comments
 (0)