mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
e5dc6beace
Currently deno lsp only works because deno have a workaround when it detects deno.json it gets activated, but without a deno.json it won't work With this change now it works correctly regardless of a deno.json presence, it only require enable:true: ```json { "lsp": { "deno": { "settings": { "deno": { "enable": true } } } } } ``` Release Notes: - Improved initial Deno set-up to enable it without explicit deno.json present in the file system |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
extension.toml | ||
LICENSE-APACHE |