You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,6 +62,7 @@ Explore the `vscode-powershell.build.ps1` file for other build targets.
62
62
First, ensure you have completed a build as instructed above, as the launch templates do not check some prerequisites for performance reasons.
63
63
64
64
To debug the extension use one of the provided `Launch Extension` debug configurations.
65
+
65
66
1.`Launch Extension`: Launches the debugger using your personal profile settings.
66
67
2.`Temp Profile`: Launches VS Code with a temp profile that resets on every launch. Useful for "out of the box" environment testing.
67
68
3.`Isolated Profile`: Launches the debugger with a persistent debug profile specific to the extension, so you can preserve some settings or test certain prerequisites.
0 commit comments