diff options
Diffstat (limited to 'cli/lsp/config.rs')
-rw-r--r-- | cli/lsp/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/config.rs b/cli/lsp/config.rs index 543200ad1..43b8a5fb7 100644 --- a/cli/lsp/config.rs +++ b/cli/lsp/config.rs @@ -807,7 +807,7 @@ impl Settings { } pub fn enable_settings_hash(&self) -> u64 { - let mut hasher = FastInsecureHasher::default(); + let mut hasher = FastInsecureHasher::new_without_deno_version(); let unscoped = self.get_unscoped(); hasher.write_hashable(unscoped.enable); hasher.write_hashable(&unscoped.enable_paths); |