File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
16441644function registerRemoteQueryTextProvider ( ) {
16451645 workspace . registerTextDocumentContentProvider ( "remote-query" , {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ import { App } from "../common/app";
6868import { 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 *
You can’t perform that action at this time.
0 commit comments