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:
Lino Le Van 2024-01-26 02:44:51 +01:00 committed by GitHub
parent 50b9e5d8d2
commit 81aac492bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 283 additions and 27 deletions

View file

@ -447,6 +447,10 @@
//
"lsp": "elixir_ls"
},
// Settings specific to our deno integration
"deno": {
"enable": false
},
// Different settings for specific languages.
"languages": {
"Plain Text": {