Closed tbenthompson closed 1 year ago
I was expecting this would get fixed as part of https://github.com/microsoft/vscode/pull/175844, cc @jeanp413
@Tyriar It got reopened by Alex, but it only repros using codespaces extension now, before I was able to repro with test resovler extension and remote ssh extension which works as expected now, not sure what's special about codespaces extension as the remote connection logic is the same :thinking:
Ah I can repro now, will take a look, it's because codespaces takes > 20s to resolve the remote
Edit:
There's a this._profilesReadyBarrier = new AutoOpenBarrier(20000);
:laughing:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
bash
terminal. If I kill that terminal and open a new terminal, I getzsh
as expected.I have in my settings.json:
I believe this is a duplicate of these closed issues: