deno/cli/lsp
2024-01-17 20:22:28 +00:00
..
testing chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
analysis.rs fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
cache.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
capabilities.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
client.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
code_lens.rs fix(lsp): show test code lens for template literal names (#21798) 2024-01-05 12:04:33 +00:00
completions.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
config.rs refactor: use globbing from deno_config (#21925) 2024-01-15 19:15:39 -05:00
diagnostics.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
documents.rs refactor: use globbing from deno_config (#21925) 2024-01-15 19:15:39 -05:00
language_server.rs feat(lsp): send "deno/didChangeDenoConfiguration" on init (#21965) 2024-01-17 20:22:28 +00:00
logging.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lsp_custom.rs feat(lsp): send "deno/didChangeDenoConfiguration" on init (#21965) 2024-01-17 20:22:28 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
npm.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
parent_process_checker.rs fix(lsp): use a dedicated thread for the parent process checker (#21869) 2024-01-09 11:36:03 -05:00
path_to_regex.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
performance.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md docs: fix broken deno manual link (#20667) 2023-09-25 14:09:27 +02:00
refactor.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
registries.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
repl.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
semantic_tokens.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
text.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
tsc.rs refactor(lsp): store project version on documents (#21892) 2024-01-11 17:07:44 +00:00
urls.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +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.