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.
2 parents c12343f + 5c58a9b commit 7191b0aCopy full SHA for 7191b0a
webview-ui/src/components/settings/SettingsView.tsx
@@ -99,6 +99,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
99
<VSCodeTextArea
100
value={customInstructions ?? ""}
101
style={{ width: "100%" }}
102
+ resize="vertical"
103
rows={4}
104
placeholder={'e.g. "Run unit tests at the end", "Use TypeScript with async/await", "Speak in Spanish"'}
105
onInput={(e: any) => setCustomInstructions(e.target?.value ?? "")}>
0 commit comments