Jake Langford
Jake Langford
Gitpod have actually done something akin to the VSCodium project for the web. You can check it out [here](https://github.com/gitpod-io/openvscode-server). I've been working on getting local VSCodium talking to openvscode-server but...
There's no work to be done. It's all there in codium, there's just lots of hurdles you need to jump to get it to run. You can just use the...
so what you're asking for is a hosted service thats available to you on demand? Hosting such a service costs money, and I highly doubt the codium team want to...
Not sure if this helps but I experienced the same issue on VSCodium and VSCode proper after installing some pretty [aggressive](https://marketplace.visualstudio.com/items?itemName=leandro-rodrigues.fluent-ui-vscode) extensions. Even after uninstalling the extension it didn't go...
Hi, I've tried using the main branch to run this on macos, however I encounter the following error: ``` error: Uncaught (in promise) TypeError: ops[opName] is not a function return...
Ah thanks, I'll give it a go!
Thanks I'll give this a go. It might be worth including this in the documentation - Are there any best practices/contribution guidelines for this repo as far as the readme...
Hopefully that change can be "boilerplated" for a fix, then. :)
Came here to report the same issue. Glad it's not just me.
> I'm not a big fan of the LSP highlighting spec. It requires a lot of back and forth traffic with the LSP to do highlighting in real time. VSCode...