vscodium icon indicating copy to clipboard operation
vscodium copied to clipboard

Web version of VSCodium?

Open theuserbl opened this issue 2 years ago • 11 comments

The actual version of VSCode exists also as web-version on https://vscode.dev/ and the insider build as web version https://insiders.vscode.dev/

Is it planned, to create also a MIT licensed VSCodium as web version?

theuserbl avatar Nov 07 '21 02:11 theuserbl

"yarn web" in to build.sh ???

wangnan789 avatar Nov 28 '21 14:11 wangnan789

Hi there, If you are interested, I compiled VSCode for browser in this repo : https://github.com/Felx-B/vscode-web Check out the sample folder, for a simple use of this package.

Felx-B avatar Feb 04 '22 19:02 Felx-B

Both codium.dev and vscodium.dev seem to be taken :-(

notpushkin avatar Feb 16 '22 07:02 notpushkin

Both codium.dev and vscodium.dev seem to be taken :-(

They seem so. Maybe the vscodium team already grabbed them?

As an alternative, I may suggest vscodium.online and vscodium.xyz as they seem to be available.

Kyngo avatar Mar 04 '22 06:03 Kyngo

They seem so. Maybe the vscodium team already grabbed them?

As an alternative, I may suggest vscodium.online and vscodium.xyz as they seem to be available.

I suggest not getting vscodium.xyz because it sounds informal. vs-codium.dev is still available, and vscodium.app is also avilable.

sorat0mo avatar Mar 11 '22 03:03 sorat0mo

Gitpod have actually done something akin to the VSCodium project for the web. You can check it out here.

I've been working on getting local VSCodium talking to openvscode-server but so far no real luck.

jakenvac avatar Mar 25 '22 20:03 jakenvac

I really think this should be worked on, vs-codium.dev seems great

aMyTimed avatar Jun 23 '22 21:06 aMyTimed

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 gitpod project linked above. It's very straightforward and is the same upstream code.

jakenvac avatar Jun 23 '22 22:06 jakenvac

@JakeHL GitPod is great but it is about development servers, while https://vscode.dev/ runs purely in browser (when I last checked it at least).

The appeal is: when I want to quickly get a VS Code editor on some machine (without some more advanced features like terminal / most LSPs), I can just open up https://vscode.dev/ and it loads almost instantly – no sign up, no waiting for the server to spin up, just open and code away.

notpushkin avatar Jun 24 '22 03:06 notpushkin

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 invest money they probably dont have in something that doesnt really seem to align with their current goals.

As I said before, you can use the gitpod project for exactly what you're asking, all you need to do is host it yourself. You can use any vpc service such as linode or digital ocean or you can host it on your own hardware. But that involves spending your own money instead of someone elses.

I wont speak for the team, I could be wrong, this could be a top priority, but I wouldnt get your hopes up. Especially when there's already a project doing what you want. People rarely want to duplicate effort.

jakenvac avatar Jun 24 '22 12:06 jakenvac

@JakeHL It doesn't cost too much money. It works in browser entirely and is just a static website, you can host it for free or very, very cheap (depending on amounts of traffic).

You're probably right about the “not a high priority”, though ¯\_(ツ)_/¯

notpushkin avatar Jun 24 '22 12:06 notpushkin

it would definitely help for those of us who want to run vscodium on a chromebook.

nolange avatar Dec 21 '22 20:12 nolange

Or they can simply use a web. subdomain so there's not additional cost and they can host the static website.

kelbazz avatar Mar 20 '23 01:03 kelbazz

It's worth mentioning that it's NOT just a static website. It has a lot of background processes to do things like code inspection, LSP integration, etc. Let alone if you then also want a shell environment.

jakenvac avatar Mar 20 '23 13:03 jakenvac

It's worth mentioning that it's NOT just a static website. It has a lot of background processes to do things like code inspection, LSP integration, etc. Let alone if you then also want a shell environment.

There's no need at all to have shell environments and that kind of stuff. Just a bare-bones version, like vscode.dev. I don't know if stuff like code inspection, linting and stuff can run on the browser, it'd be nice if it could. This way, the service could be hosted statically indeed.

Kyngo avatar Mar 27 '23 08:03 Kyngo

I don't know if stuff like code inspection, linting and stuff can run on the browser

It can, if language server is in TypeScript. I think running language servers compiled to WASM is also feasible, but no idea how hard would it be.

notpushkin avatar Mar 27 '23 11:03 notpushkin

This is a duplicate of #497 - please continue the discussion in #1469.

GitMensch avatar Apr 11 '23 05:04 GitMensch