deno/cli/lsp
2025-05-03 15:44:08 -04:00
..
testing refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
analysis.rs fix(lsp): prefer relative auto-import specifier against import map (#29098) 2025-04-30 05:50:17 +01:00
cache.rs refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
capabilities.rs feat(lsp): jupyter cell continuity using classic scripts (#28769) 2025-04-17 19:39:32 +01: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(deno_resolver): extract out CLI's deno_graph::source::Resolver (#29143) 2025-05-03 15:44:08 -04:00
config.rs feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00
diagnostics.rs fix(lsp): prefer relative auto-import specifier against import map (#29098) 2025-04-30 05:50:17 +01:00
documents.rs fix(lsp): add npm reqs to installer on resolution (#29061) 2025-04-28 23:12:12 +01:00
jsr.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
language_server.rs feat(clean): deno clean --except <paths>, remove all cache data except what's needed to run paths (#28424) 2025-04-29 22:42:17 +00: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(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +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 feat(clean): deno clean --except <paths>, remove all cache data except what's needed to run paths (#28424) 2025-04-29 22:42:17 +00:00
repl.rs fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +00:00
resolver.rs refactor(deno_resolver): extract out CLI's deno_graph::source::Resolver (#29143) 2025-05-03 15:44:08 -04: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 feat: deno_core 0.344.0 (#29089) 2025-04-29 13:15:08 +02:00
urls.rs fix(lsp): normalize all uris originating from client (#29019) 2025-04-28 21:00:14 +01: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.