Skip to content
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

[theia] add css/htm language features extensions #2483

Merged
merged 1 commit into from
Dec 10, 2020

Conversation

akosyakov
Copy link
Member

@akosyakov akosyakov commented Dec 9, 2020

What it does

@theia/monaco does not provide smartness for css/html by default anymore: eclipse-theia/theia#7972 so we should consume them as VS Code extensions.

How to test

Check html/css language smartness: http://akosyakov-code-highlighting-emmet-2444.staging.gitpod-dev.com/#https://github.com/vuejs/vue-router

@akosyakov akosyakov force-pushed the akosyakov/code-highlighting-emmet-2444 branch 2 times, most recently from 1bcd4f5 to e6a3726 Compare December 10, 2020 05:47
@akosyakov
Copy link
Member Author

I struggle to find a good version of css language features extension. All of them is failing with Deprecated undefined and cannot provide complete support. We need a new version of Theia to make it work.

@svenefftinge
Copy link
Member

Can we build our own extension?

@akosyakov
Copy link
Member Author

akosyakov commented Dec 10, 2020

Can we build our own extension?

looking how can i work it around in Gitpod Theia, maybe brining support via Monaco back (only for css, html seems to work)

@akosyakov akosyakov force-pushed the akosyakov/code-highlighting-emmet-2444 branch 6 times, most recently from 315d2da to 1442aab Compare December 10, 2020 10:32
@akosyakov akosyakov force-pushed the akosyakov/code-highlighting-emmet-2444 branch from 1442aab to 2e3b591 Compare December 10, 2020 10:54
@akosyakov akosyakov merged commit a2965f9 into master Dec 10, 2020
@akosyakov
Copy link
Member Author

I patched the plugin host process for now to fix completions compatibility

@akosyakov akosyakov deleted the akosyakov/code-highlighting-emmet-2444 branch December 10, 2020 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants