1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/lsp
2023-09-18 20:58:16 +01:00
..
testing fix(lsp): respect configured exclusions for testing APIs (#20427) 2023-09-09 19:37:01 +01:00
analysis.rs fix(lsp): restore tsc's quick fix ordering (#20545) 2023-09-18 17:39:28 +01:00
cache.rs feat(unstable): optional deno_modules directory (#19977) 2023-08-02 00:49:09 +00:00
capabilities.rs feat(lsp): provide the deno.cache command server-side (#20111) 2023-09-05 16:36:35 +01:00
client.rs Reland "feat(lsp): enable via config file detection (#20334)" (#20349) 2023-09-01 21:13:13 +01:00
code_lens.rs fix(lsp): respect configured exclusions for testing APIs (#20427) 2023-09-09 19:37:01 +01:00
completions.rs fix(lsp): include JSON modules in local import completions (#20536) 2023-09-17 07:50:30 +01:00
config.rs refactor(lsp): cleanup document preload (#20520) 2023-09-18 20:58:16 +01:00
diagnostics.rs feat(lsp): WorkspaceSettings::disablePaths (#20475) 2023-09-13 17:30:27 +01:00
documents.rs refactor(lsp): cleanup document preload (#20520) 2023-09-18 20:58:16 +01:00
language_server.rs refactor(lsp): cleanup document preload (#20520) 2023-09-18 20:58:16 +01:00
logging.rs fix(repl): improve package.json support (#18497) 2023-03-30 10:43:16 -04:00
lsp_custom.rs chore(lsp/tests): diagnostic synchronization (reland) (#19270) 2023-05-26 08:10:18 +02:00
mod.rs feat(lsp): npm specifier completions (#20121) 2023-08-29 10:22:05 -05:00
npm.rs feat(lsp): npm specifier completions (#20121) 2023-08-29 10:22:05 -05:00
parent_process_checker.rs fix(ext/web): add stream tests to detect v8slice split bug (#20253) 2023-08-23 17:03:05 -06:00
path_to_regex.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
performance.rs refactor(lsp): fewer clones (#17551) 2023-01-26 23:24:03 +01:00
README.md feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
refactor.rs refactor(lsp): fewer clones (#17551) 2023-01-26 23:24:03 +01:00
registries.rs feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
repl.rs feat(lsp): WorkspaceSettings::disablePaths (#20475) 2023-09-13 17:30:27 +01:00
semantic_tokens.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
text.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
tsc.rs fix(lsp): pass quote preference to tsc (#20547) 2023-09-18 20:48:32 +01:00
urls.rs feat(unstable/lsp): support navigating to deno_modules folder (#20030) 2023-08-02 16:57:25 -04: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.