Skip to content

Commit

Permalink
fix #668
Browse files Browse the repository at this point in the history
  • Loading branch information
goulvenclech committed Oct 24, 2023
1 parent 0e9861e commit 7b31a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/hot-months-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@astrojs/language-server': patch
'astro-vscode': patch
---

Fix usage of prettier plugins without prettier-plugin-astro
2 changes: 1 addition & 1 deletion packages/language-server/src/languageServerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export const plugin: LanguageServerPlugin = (
];

return {
...resolvedConfig,
plugins: plugins,
parser: 'astro',
...resolvedConfig,
};
},
});
Expand Down

0 comments on commit 7b31a5b

Please sign in to comment.