Skip to content

Commit

Permalink
Force astro-language-server to be the primary one for Astro (zed-indu…
Browse files Browse the repository at this point in the history
…stries#19266)

Part of zed-industries#19239

Overall, this hardcoding approach has to stop and Zed better show some
notification/modal that proposes to select a primary language server,
when launching with the language that has no such settings.

Release Notes:

- Fixed Astro LSP interactions
  • Loading branch information
SomeoneToIgnore authored Oct 16, 2024
1 parent f944ebc commit a56f946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@
// Different settings for specific languages.
"languages": {
"Astro": {
"language_servers": ["astro-language-server", "..."],
"prettier": {
"allowed": true,
"plugins": ["prettier-plugin-astro"]
Expand Down

0 comments on commit a56f946

Please sign in to comment.