Skip to content

Instantly share code, notes, and snippets.

@andostronaut
Created July 17, 2024 18:17
Show Gist options
  • Save andostronaut/c381fee8e2f2549863bf365f50080023 to your computer and use it in GitHub Desktop.
Save andostronaut/c381fee8e2f2549863bf365f50080023 to your computer and use it in GitHub Desktop.
Enable Deno LSP in Zed
{
"lsp": {
"deno": {
"settings": {
"deno": {
"enable": true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment