Add Deno LSP support (#5816)
This PR adds support for the deno LSP. Should be reviewable now. Release Notes: - Added support for the Deno LSP ([#5361](https://github.com/zed-industries/zed/issues/5361)).
This commit is contained in:
parent
50b9e5d8d2
commit
81aac492bd
3 changed files with 283 additions and 27 deletions
|
@ -447,6 +447,10 @@
|
|||
//
|
||||
"lsp": "elixir_ls"
|
||||
},
|
||||
// Settings specific to our deno integration
|
||||
"deno": {
|
||||
"enable": false
|
||||
},
|
||||
// Different settings for specific languages.
|
||||
"languages": {
|
||||
"Plain Text": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue