I’ve looked into Code Server, which is a github project I’ve found for self hosting VS Code, but it only works on Linux
Are you saying VS Code itself has a built in self hostable option?
Comment on Self hosted browser IDE that supports C# and runs on Windows
backhdlp@iusearchlinux.fyi 9 months ago
You can selfhost VSCode. I don’t think there are any other good selfhostable IDEs that work with C#. I assume you could host VSCodium, but that’s annoying to setup optimally for C#.
I’ve looked into Code Server, which is a github project I’ve found for self hosting VS Code, but it only works on Linux
Are you saying VS Code itself has a built in self hostable option?
You can run vscode in a docker container. code.visualstudio.com/docs/…/containers
i think this is the best solution
Linux Docker Containers can run on Windows using WSL and if you later migrate the host to linux, you can also run the same container there natively
OP is looking for a browser based IDE. I don’t think vscode has anything like that.
Are you sure about that?
coder.com/docs/code-server/latest/install#npm
Below.is quoted from the article
We recommend installing with npm when:
You aren’t using a machine with amd64 or arm64. You are installing code-server on Windows. You’re on Linux with glibc < v2.28 or glibcxx < v3.4.21. You’re running Alpine Linux or are using a non-glibc libc. See #1430 for more information.
Installing code-server with npm builds native modules on install.
This process requires C dependencies; see our guide on installing with npm for more information.
possiblylinux127@lemmy.zip 9 months ago
*VScodium