Better way to add language syntax highlighting on file open #16206
Unanswered
never-give-up-dev
asked this question in
Q&A
Replies: 1 comment 16 replies
-
Hey @MaheshReddy-05, unfortunately, I don't think what you're looking for is possible with the existing plugins:
You could write your own plugin for each language that runs inside of the plugin Host (or even the Theia frontend), but this has a few drawbacks:
My question would be, why the plugins spawning new processes is even problematic for your use case? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using a few VS Code plugins for syntax highlighting, but I noticed that each plugin creates its own language server outside of Theia. Instead of spinning up a new external server for every language, how can we bundle this functionality directly into Theia’s build so that syntax highlighting and language support run internally without spawning separate servers?
In the below way i have configured and then start with arg --plugins=local-dir:../../plugins",
Thanks for reading up till here, looking for options
Beta Was this translation helpful? Give feedback.
All reactions