From 02a1e37aaea7c37c184495fdd81a85894dfadb1e Mon Sep 17 00:00:00 2001 From: Pankaj Bhojwani Date: Wed, 1 May 2024 18:05:06 -0700 Subject: [PATCH] correct GH todo --- src/cascadia/TerminalSettingsModel/ActionMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalSettingsModel/ActionMap.cpp b/src/cascadia/TerminalSettingsModel/ActionMap.cpp index a53277ff3dd..ec05d5c1671 100644 --- a/src/cascadia/TerminalSettingsModel/ActionMap.cpp +++ b/src/cascadia/TerminalSettingsModel/ActionMap.cpp @@ -236,7 +236,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation { // there might be a collision here, where there could be 2 different commands with the same name // in this case, prioritize the user's action - // TODO GH #17160: we should no longer use Command.Name to identify commands anywhere + // TODO GH #17166: we should no longer use Command.Name to identify commands anywhere if (nameMap.find(name) == nameMap.end() || cmd.Origin() == OriginTag::User) { // either a command with this name does not exist, or this is a user-defined command with a name