Powershell extension should not be noisy when it activates #3266
Labels
Area-Startup
Area-UI
Issue-Enhancement
A feature request (enhancement).
Up for Grabs
Will shepherd PRs.
Milestone
System Details
If you are running VSCode Insiders, use this expression instead (and paste the result inside the backticks):
System Details Output
Issue Description
create a launch.json
fileExpected Behaviour
I don't want to be interrupted here. I want to use the powershell on certain projects and it should never get in my way when I don't want it to. In this case I was going to debug a JavaScript project in a project that didn't have any
.ps1
files in the workspace/anything that would indicate I wanted to do something with powershell.It also prompts me with a notification when this happens, which is again also quite annoying. One option would be for me to globally disable the extension and only re-enable it in select workspaces, or dig through the settings to figure out which ones to toggle in order to disable this behavior, but in this case I ended up uninstalling the extension since I do involved powershell work very rarely.
Actual Behaviour
Terminals and notifications pop up.
The gif doesn't capture it, but the configuration quickpick popped up briefly before the powershell terminal opening dismissed it.
The text was updated successfully, but these errors were encountered: