diff --git a/.vscode/launch.json b/.vscode/launch.json index 2f8776e19..a352eafc2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,6 +12,17 @@ "cwd": "${workspaceFolder}", "createTemporaryIntegratedConsole": true }, + { + "type": "PowerShell", + "request": "launch", + "name": "Build & Import PSSA", + "script": "./build.ps1; Import-Module ./out/PSScriptAnalyzer/*/PSScriptAnalyzer.psd1", + "args": [ + "" + ], + "cwd": "${workspaceFolder}", + "createTemporaryIntegratedConsole": true + }, { "type": "PowerShell", "request": "launch",