diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-09-01 21:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-01 21:13:13 +0100 |
commit | e1fb48524d2730bf7c7dfaf021bf39de2d5903bb (patch) | |
tree | a04228cf36e5f4d356a99d23447089bd4748c6aa /cli/args/mod.rs | |
parent | 2b191c6e9d9c875a46d2943955d4e9ca08c6b657 (diff) |
Reland "feat(lsp): enable via config file detection (#20334)" (#20349)
Diffstat (limited to 'cli/args/mod.rs')
-rw-r--r-- | cli/args/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/args/mod.rs b/cli/args/mod.rs index 536b2c860..f82ed9a71 100644 --- a/cli/args/mod.rs +++ b/cli/args/mod.rs @@ -15,7 +15,7 @@ use deno_npm::resolution::ValidSerializedNpmResolutionSnapshot; use deno_npm::NpmSystemInfo; use deno_runtime::deno_tls::RootCertStoreProvider; use deno_semver::npm::NpmPackageReqReference; -use indexmap1::IndexMap; +use indexmap::IndexMap; pub use deno_config::BenchConfig; pub use deno_config::CompilerOptions; |