Open caseyflynn-google opened 6 years ago
Don't support anyone is looking at this one?
It has changed a lot since this post, I believe it uses plugins for syntax highlighting now. I've often had the same issue due to it not loading the plugings directy even when it's specified in the package.json. You can specify it with the --plugins flag. ie:
`yarn theia start --port:3000 --hostname 127.0.0.1 --mode development --plugins=local-dir:/home/josh/theia/plugins`
When attempting to use this extension with Theia 0.3.14 the following error is thrown:
It appears that syntax suggestion works, however syntax highlighting is not functional.
To reproduce the issue use the following package.json:
Install and run with the following command
The error can be viewed via debugging tools. Upon opening a .rb file, you can see syntax highlighting is not functional.