Asher
Asher
> Can you tell me how the two (setting `VSCODE_PROXY_URI` and > passing `--proxy-domain`) are different? `VSCODE_PROXY_URI` sets the domain to use in the ports panel and `--proxy-domain` enables code-server's...
Looks like this needs to change to `_static`; I think someone renamed the endpoint a while ago because VS Code was using `static` but never updated this: https://github.com/coder/code-server/blob/e37b35278d4b529fd774469c3e1807ec8f4d1eb0/src/node/routes/domainProxy.ts#L67-L70 Is there...
You are right, that is exactly why the domain is set there, so the cookie can be accessed by all subdomains. If I recall correctly it takes the domain, finds...
Another thought: we might need to think about logout logic now that it might not all be under the same domain.
Does this really not reproduce in Codespaces? Seems like it would be an issue that affects upstream. They have fixed this bug in the past for the Markdown extension so...
Yup, I think you are right. The same fix needs to be applied there.
It seems like it needs to be fixed upstream, so someone who is able to reproduce the error will need to submit a PR against https://github.com/microsoft/vscode. Recommend commenting/upvoting here after...
Does this reproduce in the latest version of code-server (v4.14.1)? I launched v4.14.1, installed the Python extension, and opened a Python project (Django) but Ctrl+click works normally for me. I...
Thank you for the reproduction @gcarrarom. I followed the steps (well except I added `--auth none` so I skipped the second step). I ran it a number of times with...
I am not familiar enough with the internals to say offhand for sure whether that is related. Nothing else stands out to me either. Maybe there are more logs in...