1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/lsp
2022-09-09 15:57:39 -04:00
..
testing feat: binary npm commands (#15542) 2022-08-23 10:39:19 -04:00
analysis.rs
cache.rs feat(unstable): initial support for npm specifiers (#15484) 2022-08-20 11:31:33 -04:00
capabilities.rs
client.rs
code_lens.rs
completions.rs fix(lsp): use correct commit chars for completions (#15366) 2022-08-02 08:54:17 +10:00
config.rs
diagnostics.rs feat(unstable): initial support for npm specifiers (#15484) 2022-08-20 11:31:33 -04:00
documents.rs fix: upgrade deno_ast to 0.19 (#15808) 2022-09-07 15:06:18 -04:00
language_server.rs fix(lsp): remove excessive line breaks in status page (#15364) 2022-08-02 08:29:05 +10:00
logging.rs
lsp_custom.rs
mod.rs
parent_process_checker.rs
path_to_regex.rs
performance.rs
README.md
refactor.rs
registries.rs feat: download progress bar (#15814) 2022-09-09 15:57:39 -04:00
repl.rs
semantic_tokens.rs
text.rs
tsc.rs
urls.rs

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.