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-03-30 17:47:53 -04:00
..
testing refactor(lsp): remove boolean parameters on documents.documents(...) (#18493) 2023-03-29 16:25:48 -04:00
analysis.rs chore(cli): update deno_lint to 0.41.0 (#17997) 2023-03-02 21:50:17 +00:00
cache.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
capabilities.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
client.rs refactor(lsp): add LspClientUrl (#18376) 2023-03-23 14:23:04 +00:00
code_lens.rs fix(lsp): textDocument/references should respect includeDeclaration (#18496) 2023-03-30 16:15:21 +00:00
completions.rs refactor(lsp): remove boolean parameters on documents.documents(...) (#18493) 2023-03-29 16:25:48 -04:00
config.rs fix(lsp): include all diagnosable documents on initialize (#17979) 2023-03-30 17:47:53 -04:00
diagnostics.rs refactor(lsp): remove boolean parameters on documents.documents(...) (#18493) 2023-03-29 16:25:48 -04:00
documents.rs fix(lsp): include all diagnosable documents on initialize (#17979) 2023-03-30 17:47:53 -04:00
language_server.rs fix(lsp): include all diagnosable documents on initialize (#17979) 2023-03-30 17:47:53 -04:00
logging.rs fix(repl): improve package.json support (#18497) 2023-03-30 10:43:16 -04:00
lsp_custom.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
parent_process_checker.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
path_to_regex.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -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 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 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): include all diagnosable documents on initialize (#17979) 2023-03-30 17:47:53 -04:00
urls.rs refactor(lsp): add LspClientUrl (#18376) 2023-03-23 14:23:04 +00: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.