Files
zed/extensions
Marshall Bowers 25981550d5 Extract Deno extension (#10912)
This PR extracts Deno support into an extension and removes the built-in
Deno support from Zed.

When using the Deno extension, you'll want to add the following to your
settings to disable the built-in TypeScript and ESLint language servers
so that they don't conflict with Deno's functionality:

```json
{
  "languages": {
    "TypeScript": {
      "language_servers": ["deno", "!typescript-language-server", "!eslint", "..."]
    },
    "TSX": {
      "language_servers": ["deno", "!typescript-language-server", "!eslint", "..."]
    }
  }
}

```

Release Notes:

- Removed built-in support for Deno, in favor of making it available as
an extension.
2024-04-23 20:44:11 -04:00
..
2024-04-23 13:31:21 -04:00
2024-04-16 15:49:16 -04:00
2024-04-23 20:44:11 -04:00
2024-04-11 11:56:25 -04:00
2024-04-16 15:21:14 -04:00
2024-04-18 11:57:21 -04:00
2024-04-10 15:42:46 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-04-12 12:19:01 -04:00
2024-04-17 12:40:01 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-04-23 13:31:21 -04:00
2024-04-12 14:39:27 -04:00
2024-04-16 14:05:12 -04:00