deno/cli/lsp
2025-04-04 05:24:53 +00:00
..
testing refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
analysis.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
cache.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
capabilities.rs perf(lsp): register semantic tokens provider upon opening enabled doc (#28384) 2025-03-04 16:28:19 +00:00
client.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
code_lens.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
completions.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
config.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
diagnostics.rs fix(lsp): url_to_uri() encoding on windows (#28737) 2025-04-04 05:24:53 +00:00
documents.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
jsr.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
language_server.rs fix(lsp): format vscode-userdata schemed documents (#28706) 2025-04-02 11:55:08 +01:00
logging.rs refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
lsp_custom.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
mod.rs fix(lsp): close server on exit notification (#28232) 2025-02-21 20:02:56 +00:00
npm.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
parent_process_checker.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
path_to_regex.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
performance.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
README.md docs: fix broken deno manual link (#20667) 2023-09-25 14:09:27 +02:00
refactor.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
registries.rs refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
repl.rs fix(lsp): close server on exit notification (#28232) 2025-02-21 20:02:56 +00:00
resolver.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
search.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
semantic_tokens.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
text.rs refactor: extract out utf16 map from lsp to cli::util module (#27950) 2025-02-03 20:24:26 -05:00
trace.rs refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
tsc.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
urls.rs fix(lsp): url_to_uri() encoding on windows (#28737) 2025-04-04 05:24:53 +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.