deno/cli/lsp
David Sherret 90058d6732
Some checks failed
ci / pre-build (push) Has been cancelled
ci / build libs (push) Has been cancelled
ci / test debug linux-aarch64 (push) Has been cancelled
ci / test release linux-aarch64 (push) Has been cancelled
ci / test debug macos-aarch64 (push) Has been cancelled
ci / test release macos-aarch64 (push) Has been cancelled
ci / bench release linux-x86_64 (push) Has been cancelled
ci / lint debug linux-x86_64 (push) Has been cancelled
ci / lint debug macos-x86_64 (push) Has been cancelled
ci / lint debug windows-x86_64 (push) Has been cancelled
ci / test debug linux-x86_64 (push) Has been cancelled
ci / test release linux-x86_64 (push) Has been cancelled
ci / test debug macos-x86_64 (push) Has been cancelled
ci / test release macos-x86_64 (push) Has been cancelled
ci / test debug windows-x86_64 (push) Has been cancelled
ci / test release windows-x86_64 (push) Has been cancelled
ci / publish canary (push) Has been cancelled
refactor(emitter): ability to not transpile and specify a source map base (#29996)
2025-07-04 12:51:17 -04:00
..
testing chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
analysis.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
cache.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
capabilities.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
client.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
code_lens.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
completions.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
config.rs refactor(emitter): ability to not transpile and specify a source map base (#29996) 2025-07-04 12:51:17 -04:00
diagnostics.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
documents.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
jsr.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
language_server.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
logging.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
parent_process_checker.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
path_to_regex.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
repl.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
resolver.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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.