Skip to content

Commit af7ec57

Browse files
committed
Fix rename in comments
1 parent c993d30 commit af7ec57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ const checkForUpdatesCommand = "codeQL.checkForUpdatesToCLI";
16391639
/**
16401640
* This text provider lets us open readonly files in the editor.
16411641
*
1642-
* TODO: Consolidate this with the 'codeql' text provider in history-tree-data-provider.ts.
1642+
* TODO: Consolidate this with the 'codeql' text provider in query-history-manager.ts.
16431643
*/
16441644
function registerRemoteQueryTextProvider() {
16451645
workspace.registerTextDocumentContentProvider("remote-query", {

extensions/ql-vscode/src/query-history/query-history-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { App } from "../common/app";
6868
import { HistoryTreeDataProvider } from "./history-tree-data-provider";
6969

7070
/**
71-
* history-tree-data-provider.ts
71+
* query-history-manager.ts
7272
* ------------
7373
* Managing state of previous queries that we've executed.
7474
*

0 commit comments

Comments
 (0)