Code Server (Vs code online)
-
@will AFAIK my repo still works, albiet with a slightly older version of VSCode. Give it a shot!
-
@murgero I just did:
cloudron login -> success
docker login -> success
sudo cloudron install --image mitchellurgero/org.urgero.codeserver:latest ->
No CloudronManifest.json found
Same thing happens if I use other version numbers. -
@murgero
I followed this:
git clone https://github.com/mitchellurgero/cloudron-vscode
cd cloudron-vscode
cloudron login
cloudron buildOptional
cloudron install
I got to cloudron build and got this error:
Error in CloudronManifest.json: Unknown property (not in schema) @ /privateBeats Head against wall
-
@will Very close! Just remove this line https://github.com/mitchellurgero/cloudron-vscode/blob/master/CloudronManifest.json#L26
-
I've got this ready for #unstable with just a few tweaks needed. There's an upstream issue that prevents installing marketplace items from the in app marketplace (licensing really) that I'll try to document over the coming days how to work with. cc: @girish https://git.cloudron.io/doodlemania2/vs-code
Hat tip to @murgero for the bulk of the hard work! -
I've got this ready for #unstable with just a few tweaks needed. There's an upstream issue that prevents installing marketplace items from the in app marketplace (licensing really) that I'll try to document over the coming days how to work with. cc: @girish https://git.cloudron.io/doodlemania2/vs-code
Hat tip to @murgero for the bulk of the hard work! -
@doodlemania2 Do you have a link to the upstream issue?
@girish it's more a "feature" than an issue: https://github.com/cdr/code-server/blob/master/doc/FAQ.md#differences-compared-to-vs-code
-
Is the version up on GitLab stable? I’m tempted to run this.
Anything I should know?
-
Is the version up on GitLab stable? I’m tempted to run this.
Anything I should know?
-
The non-snoopy de-branded version may also be of interest:
-
The non-snoopy de-branded version may also be of interest:
@marcusquinn ah that one is pretty nice. One thing I didn’t like was the lack of WSL2 support
-
I got this app working in a beta stage - PM me if anyone wants to test it with me.
Feature set includes:
- PowerShell
- .NET Core (.NET Full will be available in the future as MS releases installers for it.)
- PHP
- NodeJS
- bash / ssh support
- TCP Proxy Support
-
I got this app working in a beta stage - PM me if anyone wants to test it with me.
Feature set includes:
- PowerShell
- .NET Core (.NET Full will be available in the future as MS releases installers for it.)
- PHP
- NodeJS
- bash / ssh support
- TCP Proxy Support
@murgero my instance https://git.cloudron.io/doodlemania2/vs-code semi sorta works but I'm sure yours is much better. Feel free to grab anything from it if it is of use to you!