We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d27f8 commit b2adbf6Copy full SHA for b2adbf6
…s/ql-vscode/src/pure/cached-operation.ts …e-support/contextual/cached-operation.tsextensions/ql-vscode/src/pure/cached-operation.ts renamed to extensions/ql-vscode/src/language-support/contextual/cached-operation.ts
extensions/ql-vscode/src/language-support/contextual/template-provider.ts
@@ -17,7 +17,7 @@ import {
17
} from "../../common/vscode/archive-filesystem-provider";
18
import { CodeQLCliServer } from "../../codeql-cli/cli";
19
import { DatabaseManager } from "../../databases/local-databases";
20
-import { CachedOperation } from "../../pure/cached-operation";
+import { CachedOperation } from "./cached-operation";
21
import { ProgressCallback, withProgress } from "../../common/vscode/progress";
22
import { KeyType } from "./key-type";
23
import {
0 commit comments