We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445066c commit 6bcb39fCopy full SHA for 6bcb39f
webview-ui/src/components/prompts/PromptsView.tsx
@@ -1037,7 +1037,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
1037
// The React context will update the global state
1038
setEnableCustomModeCreation(e.target.checked)
1039
}}>
1040
- <span style={{ fontWeight: "500" }}>Enable Custom Mode Creation</span>
+ <span style={{ fontWeight: "500" }}>Enable Custom Mode Creation Through Prompts</span>
1041
</VSCodeCheckbox>
1042
<p
1043
style={{
0 commit comments