Created
July 17, 2024 18:17
-
-
Save andostronaut/c381fee8e2f2549863bf365f50080023 to your computer and use it in GitHub Desktop.
Enable Deno LSP in Zed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"lsp": { | |
"deno": { | |
"settings": { | |
"deno": { | |
"enable": true | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment