-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coder addon #47
Coder addon #47
Conversation
@lmakarov is it properly using the IDE option? |
I'll be applying a few more fixes this week and also test out the latest version 2 of code server which they say "uses the new web and remote functionality VS Code has implemented which has made it possible to shrink the code base by about a factor of ten. It should be much easier to upgrade VS Code versions now and it'll fix a decent number of issues." coder/code-server#857 |
Keep us posted |
V2 of code-server (https://hub.docker.com/r/codercom/code-server/tags) indeed runs a bit smoother. I'm adding some finishing touches to the addon and I'll push an updated version this week. |
@achekulaev this addon and the stock IDE option in docksal/cli are not related. @acondura the latest versions of docksal/cli (v2.9.0, just released) now ships with VS Code Server v1 (v2 does not work with xdebug) preinstalled. Steps to enable the integration:
I recorded a quick video to demo the upcoming functionality: @acondura you are welcome to contribute to docksal/cli with further VS Code Server integration updates (e.g. updating to v2 and fixing xdebug). |
Niceeeee! Glad to hear it's in docksal/cli and that it's using the 'ide-' prefix. |
With VS Code bundled in docksal/cli, I don't see a need in the |
@lmakarov Curious, I followed all the steps you listed and I constantly get: Pulling cli (docksal/cli:2.9-ide)... |
@acondura you have older overrides-ide.yml stack file. You'll be able to test when we release RC |
Coder addon using a fork of https://github.com/cdr/code-server, which fixes the "Insufficient permission" error on save.