-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Ruby extension not working #4200
Comments
it is unrelated Do you have package.json of your app? Installing |
|
As i said it cannot work witinin Theia repo. Follow https://www.theia-ide.org/doc/Composing_Applications.html, replace |
Will try it. Thanks for the help though.
…On Thu, Jan 31, 2019, 1:11 PM Anton Kosyakov ***@***.*** wrote:
As i said it cannot work witinin Theia repo. @theia/ruby depends on
published @***@***.*** which is different from local @theia/core.
Do yarn why @theia/core and you will see that you get 2 of them, not one.
Follow https://www.theia-ide.org/doc/Composing_Applications.html, replace
next with latest, and add @theia/ruby extension, such app should be built
properly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANfqBblZvnZVCSugcqeIuwUdQe8PF5Dlks5vIp4igaJpZM4abpg3>
.
--
Join us for HackerRank main()
New York | March 7, 2019
RSVP today
<https://www.hackerrank.com/events/main/2019/new-york-city/?utm_source=emp&utm_campaign=signature>
|
I built the Theia IDE by following https://www.theia-ide.org/doc/composing_applications and replaced
|
@vinayb21 thanks for reporting Someone has to update it to latest APIs: https://github.com/theia-ide/theia-ruby-extension Unfortunately, we always publish against |
Thanks for confirming. |
There has been no 'latest' release of the ruby-extension. |
Hello @vinayb21 , |
I installed the ruby extension for theia
@theia/ruby
but neither the linting nor the autocomplete is working for ruby.Other languages like Java, Python etc. are working fine.
Also I am getting the following warning message
"The directory referenced by local-dir:../../plugins does not exist." when I start the browser Theia application.
The text was updated successfully, but these errors were encountered: