deno/cli/lsp
2022-06-24 12:00:53 +02:00
..
testing fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#14946) 2022-06-24 12:00:53 +02:00
analysis.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
cache.rs refactor: add EmitCache trait (#14925) 2022-06-20 17:59:52 -04:00
capabilities.rs
client.rs
code_lens.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
completions.rs feat(vendor): support using an existing import map (#14836) 2022-06-14 10:05:37 -04:00
config.rs feat(lsp): enable linting by default (#14583) 2022-05-16 13:10:08 +02:00
diagnostics.rs docs(lsp): correct header name in comments (#14897) 2022-06-17 11:41:28 -04:00
documents.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
language_server.rs fix(check): use "moduleDetection": "force" (#14875) 2022-06-15 12:26:43 -04:00
logging.rs
lsp_custom.rs
mod.rs
parent_process_checker.rs
path_to_regex.rs
performance.rs
README.md
refactor.rs
registries.rs
repl.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-20 16:40:55 -04:00
semantic_tokens.rs
text.rs fix(lsp): correct positions in some scenarios (#14359) 2022-05-15 14:41:37 -04:00
tsc.rs chore: use rust 1.61.0 (#14911) 2022-06-19 12:01:34 -03:00
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.