From a14aed14a1ff5fea17a03c6299b50fd1f4934bcd Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sun, 25 Oct 2020 10:55:35 +0000 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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",