1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-15 02:20:15 -05:00
denoland-deno/cli/lsp
2023-04-06 18:46:44 -04:00
..
testing
analysis.rs
cache.rs
capabilities.rs
client.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 12:02:44 -04:00
code_lens.rs fix(lsp): textDocument/references should respect includeDeclaration (#18496) 2023-03-30 16:15:21 +00:00
completions.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 12:02:44 -04:00
config.rs fix(lsp): add a document preload file system entry limit (#18553) 2023-04-01 15:10:30 -04:00
diagnostics.rs refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-06 18:46:44 -04:00
documents.rs refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-06 18:46:44 -04:00
language_server.rs refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-06 18:46:44 -04:00
logging.rs fix(repl): improve package.json support (#18497) 2023-03-30 10:43:16 -04:00
lsp_custom.rs
mod.rs
parent_process_checker.rs
path_to_regex.rs
performance.rs
README.md
refactor.rs
registries.rs test: fix test_check_origin_not_supported (#18504) 2023-03-30 19:17:39 +05:30
repl.rs fix(repl): improve package.json support (#18497) 2023-03-30 10:43:16 -04:00
semantic_tokens.rs
text.rs
tsc.rs refactor(core): Improve ergonomics of managing ASCII strings (#18498) 2023-04-04 06:46:31 -06: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.