deno/cli/lsp
2025-10-21 07:10:56 +01:00
..
testing feat(lsp): describe/it test editor support (#30802) 2025-09-24 18:19:43 +00:00
analysis.rs fix(lsp): auto-import dep entries from workspace member import maps (#30667) 2025-09-09 15:31:39 -04:00
cache.rs chore: remove repetitive words in comment (#31023) 2025-10-20 15:18:23 +00:00
capabilities.rs feat(lsp): Add support for source.organizeImports (#31016) 2025-10-21 07:10:56 +01:00
client.rs feat(lsp): pull-based diagnostics (#30325) 2025-08-18 17:16:45 +01:00
code_lens.rs feat(lsp): describe/it test editor support (#30802) 2025-09-24 18:19:43 +00:00
compiler_options.rs fix(lsp): refresh configuration when tsconfig.json is changed (#30993) 2025-10-15 22:38:00 +01:00
completions.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
config.rs fix(lsp): refresh configuration when tsconfig.json is changed (#30993) 2025-10-15 22:38:00 +01:00
diagnostics.rs fix(check): respect "compilerOptions.skipLibCheck" for graph errors (#30989) 2025-10-14 15:32:41 -04:00
documents.rs fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01:00
jsr.rs feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
language_server.rs feat(lsp): Add support for source.organizeImports (#31016) 2025-10-21 07:10:56 +01:00
lint.rs feat(lint): no-import-prefix workspace rule (#30598) 2025-09-02 22:59:19 +00:00
logging.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
lsp_custom.rs feat(lsp): pull-based diagnostics (#30325) 2025-08-18 17:16:45 +01:00
mod.rs feat(lsp): pull-based diagnostics (#30325) 2025-08-18 17:16:45 +01:00
npm.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
parent_process_checker.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
path_to_regex.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +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 fix: support cjs, cts, mjs, and mts for the --ext flag (#30398) 2025-08-14 12:02:49 -04:00
repl.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
resolver.rs feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
search.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
semantic_tokens.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
text.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
trace.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
tsc.rs feat(lsp): Add support for source.organizeImports (#31016) 2025-10-21 07:10:56 +01: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.