Florian Ritterhoff

Results 43 comments of Florian Ritterhoff

So I might be wrong but the only location where upstream vs code prepends the PATH variable with the remote-cli folder is here: https://github.com/microsoft/vscode/blob/619ab6d1ba7eef9ad418456a5fe5c7805f01a7ab/src/vs/server/node/extensionHostConnection.ts#L53-L59 This is also used to spawn...

My pretty simple idea would be to check inside the code-server script it's location. So in case of being inside the `remote-cli` folder instead of the `bin` it maybe would...

I'm currently trying what happens if I simply remove the code-server script located in `remote-cli` folder.

![grafik](https://user-images.githubusercontent.com/32478819/180129994-bed17e29-d94c-4eba-bea9-8c3026411458.png) So removing the `code-server` script inside the `remote-cli` folder at least works in my case fine... Not sure if there are some negative side-effects I did not see in...

> I think the ideal solution is going to be to fix upstream's `code-server` script so that it can find Node. This means invocations on the integrated terminal will use...

I've got a quite similar bug. Accessing the code server (behind a https reverseproxy) from MS Edge and Chrome works without any noticeable problems, opening the same setup in a...

![grafik](https://user-images.githubusercontent.com/32478819/136085577-21040fa6-0dfd-486d-9dcb-c47c56c360ef.png) I've blurred out the internal fqdn...

In comparison using MS Edge: ![grafik](https://user-images.githubusercontent.com/32478819/136085935-8e77875f-72ca-4552-a47a-1eb42fd478f5.png)

Hi @jsjoeio, I'm using the latest docker image (`codercom/code-server:latest`). That is running a code-server 3.12.0 ![grafik](https://user-images.githubusercontent.com/32478819/136141464-df124743-14c4-4538-b979-e15489343a5e.png) Running in an incognitor window: ![grafik](https://user-images.githubusercontent.com/32478819/136141684-3a73a2f8-6dee-4fb8-857d-2b79bbe0501c.png)

@code-asher Yep, the service worker is missing in the private window. I'm using code-server 3.12.0 and I'm using the recent Firefox 93.0 (64 bit)