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

feat: Update to Volar 2.4.0 #938

Merged
merged 5 commits into from
Aug 18, 2024
Merged

Conversation

johnsoncodehk
Copy link
Contributor

Changes

  • What does this change?
  • Be short and concise. Bullet points can help!
  • Before/after screenshots can be helpful as well.

Testing

Docs

Copy link

changeset-bot bot commented Aug 18, 2024

🦋 Changeset detected

Latest commit: 9b6c716

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@astrojs/language-server Patch
@astrojs/check Patch
@astrojs/ts-plugin Patch
@astrojs/yaml2ts Patch
astro-vscode Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -145,7 +146,13 @@ export class AstroCheck {
const services = [...createTypeScriptServices(this.ts), createAstroService(this.ts)];

if (tsconfigPath) {
this.linter = kit.createTypeScriptChecker(languagePlugins, services, tsconfigPath);
const includeProjectReference = false; // #920
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Princesseuh To be consistent with old behavior, a false value is used here, but fixing #920 requires changing to true. Since this will impact performance, you may want to pass a flag to decide whether to enable it.

@eidam
Copy link

eidam commented Aug 18, 2024

Ola, I believe this might also fix #939 ?

@Princesseuh Princesseuh merged commit 28dfebe into withastro:main Aug 18, 2024
0 of 4 checks passed
@johnsoncodehk johnsoncodehk deleted the 2.4.0 branch September 17, 2024 08:05
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