diff --git a/src/Commands/Properties/launchSettings.json b/src/Commands/Properties/launchSettings.json index ac107e695..ace4584d2 100644 --- a/src/Commands/Properties/launchSettings.json +++ b/src/Commands/Properties/launchSettings.json @@ -5,6 +5,12 @@ "executablePath": "pwsh", "commandLineArgs": "-NoExit -NoProfile -Command Import-Module $(ProjectDir)/_debug/debug.ps1", "workingDirectory": "$(ProjectDir)\\..\\..\\" + }, + "PnP.PowerShell (VSCode style)": { + "commandName": "Executable", + "executablePath": "pwsh", + "commandLineArgs": "-NoExit -NoProfile -File $(SolutionDir)/../build/Build-Debug.ps1", + "workingDirectory": "$(ProjectDir)\\..\\..\\" } } } \ No newline at end of file