deno/cli/lsp
David Sherret cb23193f74
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487)
2025-05-28 18:27:42 +00:00
..
testing chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
analysis.rs fix(lsp): lookup mapped npm specifier resolutions for auto-import (#29388) 2025-05-26 22:11:16 +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 chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
diagnostics.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04:00
documents.rs refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487) 2025-05-28 18:27:42 +00:00
jsr.rs fix(lsp): lookup patched jsr packages for auto-import (#29437) 2025-05-27 05:16:53 +01:00
language_server.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
logging.rs refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
lsp_custom.rs feat(lsp): add description in TaskDefinition (#29244) 2025-05-12 23:33:38 +01:00
mod.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04: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 fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
repl.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04:00
resolver.rs fix(lsp): lookup mapped npm specifier resolutions for auto-import (#29388) 2025-05-26 22:11:16 +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 perf(lsp): don't diff 10,000+ line files for formatting (#29162) 2025-05-07 16:51:04 +01:00
trace.rs refactor: put lsp tracing behind flag (#28118) 2025-02-14 17:17:52 +00:00
tsc.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04: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.