Skip to content

Commit fc307cb

Browse files
authored
Update launch.json (#1603)
1 parent 553af8b commit fc307cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/launch.json

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
"cwd": "${workspaceFolder}",
1313
"createTemporaryIntegratedConsole": true
1414
},
15+
{
16+
"type": "PowerShell",
17+
"request": "launch",
18+
"name": "Build & Import PSSA",
19+
"script": "./build.ps1; Import-Module ./out/PSScriptAnalyzer/*/PSScriptAnalyzer.psd1",
20+
"args": [
21+
""
22+
],
23+
"cwd": "${workspaceFolder}",
24+
"createTemporaryIntegratedConsole": true
25+
},
1526
{
1627
"type": "PowerShell",
1728
"request": "launch",

0 commit comments

Comments
 (0)