Files
oak-gpui/extensions
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
..
2024-07-08 11:29:07 -04:00
2024-04-16 15:49:16 -04:00
2024-07-11 11:48:04 +02:00
2024-07-13 21:10:36 +03:00
2024-05-15 21:27:37 +02:00
2024-04-18 11:57:21 -04:00
2024-05-21 18:36:47 +02:00
2024-07-05 14:17:53 -04:00
2024-07-05 10:10:54 -04:00
2024-07-02 10:18:36 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-06-24 00:39:42 +02:00
2024-07-11 11:47:44 -04:00
2024-05-03 11:29:53 -04:00
2024-06-27 11:36:17 +02:00
2024-07-12 10:24:07 -04:00