We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262d95a commit 2d40306Copy full SHA for 2d40306
src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp
@@ -93,7 +93,7 @@ static constexpr std::string_view ColorSelectionKey{ "experimental.colorSelectio
93
static constexpr std::string_view ShowContextMenuKey{ "showContextMenu" };
94
static constexpr std::string_view ExpandSelectionToWordKey{ "expandSelectionToWord" };
95
static constexpr std::string_view RestartConnectionKey{ "restartConnection" };
96
-static constexpr std::string_view OpenScratchpadKey{ "openScratchpad" };
+static constexpr std::string_view OpenScratchpadKey{ "experimental.openScratchpad" };
97
98
static constexpr std::string_view ActionKey{ "action" };
99
0 commit comments