Skip to content

Commit

Permalink
correct GH todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed May 2, 2024
1 parent 0480d65 commit 02a1e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/ActionMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02a1e37

Please sign in to comment.