zed/extensions/deno
Bedis Nbiba e5dc6beace
deno: wire up LSP settings (#14410)
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
2024-07-13 21:10:36 +03:00
..
src deno: wire up LSP settings (#14410) 2024-07-13 21:10:36 +03:00
Cargo.toml Extract Deno extension (#10912) 2024-04-23 20:44:11 -04:00
extension.toml Extract Deno extension (#10912) 2024-04-23 20:44:11 -04:00
LICENSE-APACHE Extract Deno extension (#10912) 2024-04-23 20:44:11 -04:00