Skip to content

Commit 2d40306

Browse files
committed
Let's just make it experimental
1 parent 262d95a commit 2d40306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static constexpr std::string_view ColorSelectionKey{ "experimental.colorSelectio
9393
static constexpr std::string_view ShowContextMenuKey{ "showContextMenu" };
9494
static constexpr std::string_view ExpandSelectionToWordKey{ "expandSelectionToWord" };
9595
static constexpr std::string_view RestartConnectionKey{ "restartConnection" };
96-
static constexpr std::string_view OpenScratchpadKey{ "openScratchpad" };
96+
static constexpr std::string_view OpenScratchpadKey{ "experimental.openScratchpad" };
9797

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

0 commit comments

Comments
 (0)