Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract Deno extension #10912

Merged
merged 2 commits into from
Apr 24, 2024
Merged

Extract Deno extension #10912

merged 2 commits into from
Apr 24, 2024

Conversation

maxdeviant
Copy link
Member

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:

{
  "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.

@maxdeviant maxdeviant self-assigned this Apr 24, 2024
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Apr 24, 2024
@maxdeviant maxdeviant merged commit 2598155 into main Apr 24, 2024
8 checks passed
@maxdeviant maxdeviant deleted the marshall/extract-deno-into-extension branch April 24, 2024 00:44
maxdeviant added a commit to zed-industries/extensions that referenced this pull request Apr 24, 2024
This PR adds the Deno extension.

Deno support was extracted from Zed in
zed-industries/zed#10912.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant