-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
terminal.integrated.defaultProfile.windows not working on startup #123188
Comments
(Experimental duplicate detection) |
I have problems with this as well on linux (ubuntu 20.04 LTS), it looks like if you simply start the terminal too quickly after a vscode project is loaded, then the defaultProfile is not loaded. If I exit the first terminal and start another one, the terminal profile is correctly loaded. Which affects when a terminal is restored from a previous session which is also too quickly. If I simply wait until most/all of my extensions are loaded and their respective indicators appear in the status bar, then the profile is correctly loaded - even on startup. |
@Tyriar when we can expect the next VSCode patch release? Every time, I open VSCode default bash terminal is not opened and on Windows Powershell is opened! |
In the meantime the settings |
Yes this is a good workaround for now. It's happening because the "fallback profile" is evaluated on the extension host which takes some time to startup. I expect this to get fixed when we tackle this debt item #122534 |
Issue Type: Bug
Hello!
current behavior:
From when I upgraded to this version when I set the default terminal to git bash and start VScode, for less than 2 seconds it shows
starting...
in the terminal's drop-down menu and then opensPowerShell
but after that when I add a new terminalgit bash
opens which is the default.Expected behavior:
I expect
git bash
which I have set as my default terminal profile to be opened at startup and afterward.VS Code version: Code 1.56.0 (cfa2e21, 2021-05-04T22:09:06.405Z)
OS version: Windows_NT x64 10.0.18363
System Info
gpu_compositing: enabled
multiple_raster_threads: disabled_off
oop_rasterization: unavailable_off
opengl: enabled_on
rasterization: unavailable_off
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: