Skip to content

Commit 12615f1

Browse files
authored
Merge pull request #2473 from github/nora/move-cached-operation-to-common
Move CachedOperation to language-support contextual
2 parents 26d27f8 + b2adbf6 commit 12615f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extensions/ql-vscode/src/pure/cached-operation.ts renamed to extensions/ql-vscode/src/language-support/contextual/cached-operation.ts

File renamed without changes.

extensions/ql-vscode/src/language-support/contextual/template-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from "../../common/vscode/archive-filesystem-provider";
1818
import { CodeQLCliServer } from "../../codeql-cli/cli";
1919
import { DatabaseManager } from "../../databases/local-databases";
20-
import { CachedOperation } from "../../pure/cached-operation";
20+
import { CachedOperation } from "./cached-operation";
2121
import { ProgressCallback, withProgress } from "../../common/vscode/progress";
2222
import { KeyType } from "./key-type";
2323
import {

0 commit comments

Comments
 (0)