-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not show activation notification for tasks or debug terminal #22195
Comments
If so, I'm not sure what can be done here, as for a Python related workspace, (Python) users expect us to activate all terminals if a virtual or conda env is selected. |
I don't think the debug initial configurations one would have triggered. I will check why the extension got activated. But when is that supposed to be shown, is it working by design if it shows up every time I start a terminal? I noticed that it shows up when I run a task, that is probably why it showed up when I started debugging earlier. Not sure if it should show for terminal tasks? That makes it especially noisy. |
Right now it is meant to be a one time informational prompt which we show everytime We can definitely clean this up to not show up on unrelated terminals (like tasks), just let us know which of the terminals we should skip based on the |
Not sure how we can target debug or task terminals, but it shouldn't be showing for terminals that don't get the collection applied which should match this if statement: |
I'm also happy with just showing that notification for terminals with the default profile name (like bash, zsh or other profile names), if we can access that. |
Is it supposed to show up just once per session? I've definitely seen it multiple times |
No, we show it every time a new terminal is created, unless "Don't show again" is clicked. |
I've investigated and it seems like I can also change it to only show once per session in case it is still bothersome. |
Verification steps:
|
Apologies, try using powershell or fish as default profile and the prompt should show up when opening a new terminal. I've amended the original instructions with the same. |
I just started seeing this randomly. I could click "don't show again" but I don't think it should be showing in my scenario. This is in my multiroot workspace that includes vscode and an extension. I'm not doing anything with python or python files. I sometimes see this when I start debugging (the "VS Code" launch config) or when I open a new terminal. If I reload the window, it stops happening, but then comes back later at some point.
The text was updated successfully, but these errors were encountered: