gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
13.02k stars 1.25k forks source link

Ruby Support #9

Closed svenefftinge closed 6 years ago

svenefftinge commented 6 years ago

We should add support for Ruby.

svenefftinge commented 6 years ago
svenefftinge commented 6 years ago

Further more we need to

jbicker commented 6 years ago

At least there is a theia-app for now. https://github.com/theia-ide/theia-apps/pull/67

svenefftinge commented 6 years ago

Done

joshleblanc commented 5 years ago

Is there a way to debug ruby apps with this?

Using the gitpod/workspace-full:latest image, there only appears to be go, and node available to code. I don't see a way to install the ruby extension.

svenefftinge commented 5 years ago

For the time being we are shipping ruby support through the language server only. We will switch to the full VS Code extension in the coming weeks.