mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 13:44:08 +00:00
feat(lsp): registry auto discovery (#10813)
Closes: #10194 Fixes: #10468
This commit is contained in:
parent
9abb899f5f
commit
bb5bf91067
8 changed files with 355 additions and 155 deletions
|
@ -11,6 +11,7 @@ mod config;
|
|||
mod diagnostics;
|
||||
mod documents;
|
||||
pub(crate) mod language_server;
|
||||
mod lsp_custom;
|
||||
mod path_to_regex;
|
||||
mod performance;
|
||||
mod registries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue