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.
u_die_for_elmer@lemm.ee 9 months ago
You can run vscode in a docker container. code.visualstudio.com/docs/…/containers
MilderRichter@feddit.de 9 months ago
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
Corngood@lemmy.ml 9 months ago
OP is looking for a browser based IDE. I don’t think vscode has anything like that.
Rootiest@lemmy.world 9 months ago
vscode.dev
And as many others have mentioned, it can be self-hosted as well.