0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/lsp
David Sherret b1e2601e05 fix(repl): disable language server document preloading in the repl (#18543)
This was an oversight because the repl uses the language server under
the hood. Also, never preloads from a root directory.

Part of #18538
2023-04-01 17:34:08 -04:00
..
testing refactor(lsp): remove boolean parameters on documents.documents(...) (#18493) 2023-03-31 11:43:19 -06:00
analysis.rs chore(cli): update deno_lint to 0.41.0 (#17997) 2023-03-02 21:50:17 +00:00
cache.rs
capabilities.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
client.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
code_lens.rs fix(lsp): textDocument/references should respect includeDeclaration (#18496) 2023-03-31 11:43:20 -06:00
completions.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
config.rs fix(lsp): include all diagnosable documents on initialize (#17979) 2023-03-31 11:43:20 -06:00
diagnostics.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
documents.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
language_server.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
logging.rs fix(repl): improve package.json support (#18497) 2023-03-31 11:43:20 -06:00
lsp_custom.rs
mod.rs
parent_process_checker.rs
path_to_regex.rs refactor: remove usages of map_or / map_or_else (#18212) 2023-03-15 17:46:36 -04:00
performance.rs
README.md
refactor.rs
registries.rs test: fix test_check_origin_not_supported (#18504) 2023-03-31 11:43:19 -06:00
repl.rs fix(repl): improve package.json support (#18497) 2023-03-31 11:43:20 -06:00
semantic_tokens.rs
text.rs
tsc.rs fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -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.