deno lsp #8400
Labels
cli
related to cli/ dir
feat
new feature (which has been agreed to/accepted)
user feedback wanted
feedback from the community is desired
Tracking issue for
deno lsp
subcommand.Given that a lot of code in
vscode_code
duplicates logic insidedeno
binary (eg. module resolution algorithm, DENO_DIR path hashing) it becomes obvious that deno should provide its own LSP.Implementing LSP inside the binary should make maintaining the extension easier, as well as it will allow us to provide the same benefits and experience to other editors.
This feature is being worked on
The text was updated successfully, but these errors were encountered: