@astrojs/language-server 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,6 +69,7 @@ const plugin = (initOptions, modules) => ({
69
69
  prettier: prettier,
70
70
  languages: ['astro'],
71
71
  ignoreIdeOptions: true,
72
+ useIdeOptionsFallback: true,
72
73
  resolveConfigOptions: {
73
74
  // This seems to be broken since Prettier 3, and it'll always use its cumbersome cache. Hopefully it works one day.
74
75
  useCache: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/language-server",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "author": "withastro",
5
5
  "license": "MIT",
6
6
  "repository": {