mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
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:
parent
28baa56e3d
commit
a5a7a835fe
1 changed files with 3 additions and 0 deletions
|
@ -815,6 +815,9 @@
|
|||
"plugins": ["prettier-plugin-sql"]
|
||||
}
|
||||
},
|
||||
"Starlark": {
|
||||
"language_servers": ["starpls", "!buck2-lsp", "..."]
|
||||
},
|
||||
"Svelte": {
|
||||
"prettier": {
|
||||
"allowed": true,
|
||||
|
|
Loading…
Reference in a new issue