JamesHutchisonCarta
JamesHutchisonCarta
Looks like it gives a better error. Thank you!
It looks like the file name should be `libssl-dev_1.1.1n-0+deb11u3_amd64.deb` If anyone is stuck, the workaround is to use `"git": "system",` (which I suppose is the same as commenting out the...
I can confirm doing a pull of the image fixes it. I wonder if there's a way to change the logic so this doesn't happen?
I've found that if VS Code is, for any reason, delayed then you don't get this issue. Seems like it is not waiting entirely for the container to shut down...
More specifically, it indents the module docstring upon generation ``` # flake8: noqa """ __description__ """ ```
My understanding is that VS Code gives up / tries too early. If it had a retry mechanism that waited up to 10 seconds I think this issue would go...
I'm seeing the same issue. On top of this, the actual merge commit that contains the change in question shows no changes in the diff UI. All the ones that...
Just tried this with follow renames enabled, which allows branch filtering, and it looks better. Essentially everything is unusable except Follow renames: On and Toggle Filter: Only current branch Also,...
Use cases (I'm presuming codespaces and SSH have similar mechanisms?): - container to host - host to container - container to container - codespace to codespace - codespace to container...
Just got this on the latest version using `$BROWSER` in Codespaces. Reloading the window fixed the issue.