-
Notifications
You must be signed in to change notification settings - Fork 405
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
Update lwc-language-server to the latest version @W-5215984@ #532
Conversation
@@ -27,7 +27,7 @@ | |||
"ajv": "^6.1.1", | |||
"eslint": "4.16.0", | |||
"eslint-plugin-lwc": "0.4.0", | |||
"lwc-language-server": "1.6.3", | |||
"lwc-language-server": "1.6.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if lwc-next should be on another version given it's a preview of what's coming in lwc.
Codecov Report
@@ Coverage Diff @@
## develop #532 +/- ##
========================================
Coverage 75.89% 75.89%
========================================
Files 146 146
Lines 5758 5758
Branches 900 900
========================================
Hits 4370 4370
Misses 1160 1160
Partials 228 228 Continue to review full report at Codecov.
|
"eslint-plugin-lwc": "0.3.2", | ||
"lwc-language-server": "1.5.1", | ||
"eslint-plugin-lwc": "0.4.0", | ||
"lwc-language-server": "1.6.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure you want to upgrade this also?, 1.5.1 was for 214
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right, I'll revert this change.
What does this PR do?
Updates lwc & lwc-next extension to the latest language server version.
What issues does this PR fix or reference?
@W-5215984@