From 91f8bdda2cfb98ffdbce59a600fc3602534d5249 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 8 Nov 2021 09:35:32 +1100 Subject: fix(lsp): cache unsupported import completion origins (#12661) Fixes #12621 --- cli/file_fetcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/file_fetcher.rs') diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs index 0c771f4cf..509050924 100644 --- a/cli/file_fetcher.rs +++ b/cli/file_fetcher.rs @@ -232,7 +232,7 @@ pub struct FileFetcher { allow_remote: bool, cache: FileCache, cache_setting: CacheSetting, - http_cache: HttpCache, + pub(crate) http_cache: HttpCache, http_client: reqwest::Client, blob_store: BlobStore, } -- cgit v1.2.3