withastro / language-tools

Language tools for Astro
MIT License
240 stars 45 forks source link

Fix/restore a few caching tests #881

Open machty opened 3 weeks ago

machty commented 3 weeks ago

As part of my work on Volar-izing Glint I discovered that didChangeWatchedFiles needs to be present as a server capability in order for didChangeWatchedFiles to work properly within specs. I noticed Astro pending some of these specs, so I took a quick stab to see whether adding this capability would fix things. Indeed, it fixed a few test cases, but there are two that are still broken (I don't have time to dig in myself at this time but if I have any insights after working on Glint a bit more I'll share them here).

changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: 2e67c5c70f4f9e44ddb1b9032130990dbe2c1fa0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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