Set the default Starlark LSP for zaucy/zed-starlark (#14972)

given zaucy/zed-starlark#4 was merged, zed-starlark now has multiple
LSPs and requires additional configuration which isn't available
directly for extensions.

cc @zaucy 

Release Notes:

- N/A
This commit is contained in:
Rashid Almheiri 2024-07-22 20:58:28 +04:00 committed by GitHub
parent 28baa56e3d
commit a5a7a835fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -815,6 +815,9 @@
"plugins": ["prettier-plugin-sql"]
}
},
"Starlark": {
"language_servers": ["starpls", "!buck2-lsp", "..."]
},
"Svelte": {
"prettier": {
"allowed": true,