0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/lsp
2024-11-04 16:36:21 +00:00
..
testing fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
analysis.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
cache.rs
capabilities.rs Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325) 2024-10-16 22:43:26 +01:00
client.rs Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325) 2024-10-16 22:43:26 +01:00
code_lens.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
completions.rs
config.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
diagnostics.rs fix(lsp): import-map-remap quickfix for type imports (#26454) 2024-10-21 22:16:39 +01:00
documents.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
jsr.rs
language_server.rs perf(lsp): don't walk coverage directory (#26715) 2024-11-04 16:36:21 +00:00
logging.rs
lsp_custom.rs Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325) 2024-10-16 22:43:26 +01:00
mod.rs
npm.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
parent_process_checker.rs
path_to_regex.rs
performance.rs
README.md
refactor.rs
registries.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
repl.rs
resolver.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
search.rs
semantic_tokens.rs
text.rs
tsc.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04: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.