Fix rename in comments

This commit is contained in:
Nora
2023-01-26 08:52:52 +00:00
parent c993d30b34
commit af7ec57b72
2 changed files with 2 additions and 2 deletions

View File

@@ -1639,7 +1639,7 @@ const checkForUpdatesCommand = "codeQL.checkForUpdatesToCLI";
/**
* This text provider lets us open readonly files in the editor.
*
* TODO: Consolidate this with the 'codeql' text provider in history-tree-data-provider.ts.
* TODO: Consolidate this with the 'codeql' text provider in query-history-manager.ts.
*/
function registerRemoteQueryTextProvider() {
workspace.registerTextDocumentContentProvider("remote-query", {

View File

@@ -68,7 +68,7 @@ import { App } from "../common/app";
import { HistoryTreeDataProvider } from "./history-tree-data-provider";
/**
* history-tree-data-provider.ts
* query-history-manager.ts
* ------------
* Managing state of previous queries that we've executed.
*