Skip to content

Commit

Permalink
mark todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed May 1, 2024
1 parent 3e601f5 commit cdb907d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalSettingsModel/ActionMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +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
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 cdb907d

Please sign in to comment.