deno/cli/lsp
2023-03-25 21:32:11 +02:00
..
testing feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
analysis.rs chore(cli): update deno_lint to 0.41.0 (#17997) 2023-03-02 21:50:17 +00:00
cache.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
capabilities.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
client.rs refactor(lsp): add LspClientUrl (#18376) 2023-03-23 14:23:04 +00:00
code_lens.rs
completions.rs feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
config.rs fix(lsp): avoid calling client while holding lock (#18197) 2023-03-15 14:34:23 +00:00
diagnostics.rs feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
documents.rs feat: TypeScript 5.0.2 (except decorators) (#18294) 2023-03-21 15:46:40 +00:00
language_server.rs refactor(lsp): add LspClientUrl (#18376) 2023-03-23 14:23:04 +00:00
logging.rs
lsp_custom.rs
mod.rs
parent_process_checker.rs
path_to_regex.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
performance.rs
README.md
refactor.rs
registries.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
repl.rs
semantic_tokens.rs
text.rs
tsc.rs refactor(lsp): add LspClientUrl (#18376) 2023-03-23 14:23:04 +00:00
urls.rs refactor(lsp): add LspClientUrl (#18376) 2023-03-23 14:23:04 +00:00

Deno Language Server

The Deno Language Server provides a server implementation of the Language Server Protocol which is specifically tailored to provide a Deno view of code. It is integrated into the command line and can be started via the lsp sub-command.

This documentation has been moved to the Deno manual.