Skip to content

Commit

Permalink
Let's just make it experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Jul 18, 2023
1 parent 262d95a commit 2d40306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static constexpr std::string_view ColorSelectionKey{ "experimental.colorSelectio
static constexpr std::string_view ShowContextMenuKey{ "showContextMenu" };
static constexpr std::string_view ExpandSelectionToWordKey{ "expandSelectionToWord" };
static constexpr std::string_view RestartConnectionKey{ "restartConnection" };
static constexpr std::string_view OpenScratchpadKey{ "openScratchpad" };
static constexpr std::string_view OpenScratchpadKey{ "experimental.openScratchpad" };

static constexpr std::string_view ActionKey{ "action" };

Expand Down

0 comments on commit 2d40306

Please sign in to comment.