Results 777 comments of Asher

I think it is an extension issue. Do you see any logs in the browser console? When I installed the extension I got `Chat model provider uses UNKNOWN vendor copilot`....

Yeah it could be something in code-server, we do have some patches that could be related. I wish we could reproduce with an extension that was publicly available though, from...

I also see this error; the stack trace indicates it is the chat extension trying to do some auth. Not sure what this module is or why it is missing....

Thank you for the bug report! I was able to reproduce. Confirmed that the generated languages files appear to have all the right strings. We do have significant patches to...

Appreciate you trying to get code-server built on Alpine! Should this be opened with spdlog? It does not seem like we could fix it here, can we?

For anyone using email and not seeing the edits, I used the wrong punctuation, meant to say "Alpine!" not "Alpine?" :stuck_out_tongue:

Oh interesting! In that case maybe this needs to be opened with VS Code. Do you get the same errors building plain VS Code?

The command we use to build VS Code for code-server is `yarn gulp "vscode-reh-web-linux-x64-min"`

Interesting, I am not sure why it would error from code-server then, since we run the same command. :thinking:

Oh I just realized it is the `npm install` that is failing, not the build command. My bad. This is what we do, we `cd` into `lib/vscode` then run `npm...