Merge pull request #2473 from github/nora/move-cached-operation-to-common

Move CachedOperation to language-support contextual
This commit is contained in:
Nora
2023-06-02 11:34:22 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ import {
} from "../../common/vscode/archive-filesystem-provider";
import { CodeQLCliServer } from "../../codeql-cli/cli";
import { DatabaseManager } from "../../databases/local-databases";
import { CachedOperation } from "../../pure/cached-operation";
import { CachedOperation } from "./cached-operation";
import { ProgressCallback, withProgress } from "../../common/vscode/progress";
import { KeyType } from "./key-type";
import {