Results 534 comments of Asher

No, the issue is still on the backlog.

If someone picks this up here are some investigation notes: https://github.com/coder/code-server/discussions/6138#discussioncomment-5585235

Related (kind of a duplicate, but PR's implementation is different): https://github.com/coder/code-server/issues/5819

Does this reproduce in Codespaces? I believe this is expected. VS Code for the web stores credentials in the browser, so a new browser will require a new login.

My main concern was that people will submit webview/copy/paste/etc issues that are caused by using an insecure domain but that's been happening anyway so maybe it won't matter if we...

No plans at the moment but if someone wants to implement this we are definitely happy to merge: > I think the best solution would be to remove the >...

Oh interesting, is this a new version of yarn without support for `--no-default-rc`? It seems to be 4.1.0 but we are still using Yarn v1. We should add the yarn...

And I wonder if we can force the version of yarn in the `package.json`, maybe with the `engines` key.

I think this is a duplicate of https://github.com/coder/code-server/issues/4735 Basically, when a language pack is installed, VS Code generates a language bundle, but unfortunately there is a bug and this only...

Does downgrading code-server make the plugins work again? I imagine the plugin must be detecting the JDK using `PATH`? I see you are adding it using `.zshrc` but how are...