-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add YAML syntaxcoloration by default #13187
Comments
All these VS Code extensions should be integrated by default: https://github.com/Microsoft/vscode/tree/master/extensions |
any update on this? |
No, I'm not sure where we could consume those extensions from. Someone needs to find out. |
could we just add our yaml extension by default to che-theia ? |
why do you need the extension in order to just get syntax coloration?
…On Thu, Oct 17, 2019 at 4:24 PM Sun Seng David TAN ***@***.***> wrote:
could we just add our yaml extenshttps://
github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/redhat/vscode-yamlion
by default to che-theia ?
What is the problem ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13187>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPTILMKMJE4Z6FDGTBQMDQPBYTNANCNFSM4HG5VLQQ>
.
--
Stévan LeMeur // Product Manager // Developer Tools // +336-87-11-27-55
|
I think it may related to #14759 We should provide by default (in che-theia) all 'builtin VS Code extensions' that provides syntax highlights/grammars We don't need https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/redhat/vscode-yaml for syntax highlights (no language server is required just for syntax highlight) |
it can be done like https://github.com/che-incubator/ms-code.typescript/releases as it extracts https://github.com/microsoft/vscode/tree/master/extensions/typescript-language-features |
@slemeur to me it would solve several problems at the same time and it would be simple to do:
|
@evidolob told me that the way we get dependencies will change in the next che version. So maybe forget my previous comment. |
@benoitf It would make sense to share the build and publish effort in the Theia community. At least the build scripts, etc. should be shared if not publishing the extensions once and consuming them from a common place. |
@tsmaeder AFAIK theia community is already publishing them on npmjs |
Fixed by eclipse-che/che-theia#618 |
Description
The IDE should be getting the YAML syntax coloration by default.
Reproduction Steps
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: