-
Notifications
You must be signed in to change notification settings - Fork 6
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 vue language server support #9
Comments
Does this volar library mentioned (13MB) get installed on every load ? or only if you edit dashboard ? |
It'll hopefully be ~4mb once compiled/minified (the other existing web workers for Monaco are) but if done right, should only requested when the editor calls for that language. It'll be held in memory while NR editor is open & should be cached for future reloads. |
can it be added as (a plugin?) part of the dashboard2 install ? |
Hmmmm. Maaaaybe. I mean anything is possible. Would need to be coordinated between the 2. Will give it some thought. |
IE - could either onpaletteadd cause it to be loaded - or maybe an npm post install script to move worker into correct place to be picked up automatically - then again if it really is only 4MB - what's another bit of bloat between friends... |
Can vouch for the value on Dashboard 2.0 here - we're getting people ask for it daily. |
Add support for vue syntax checking - goes hand in hand with Dashboard 2.0 which is vue based.
See here for details: https://discourse.nodered.org/t/weather-card-strugguling-with-methods/85434/6?u=steve-mcl
The text was updated successfully, but these errors were encountered: