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 4f0c545 commit 2386fffCopy full SHA for 2386fff
webview-ui/src/components/settings/AutoApproveSettings.tsx
@@ -187,10 +187,7 @@ export const AutoApproveSettings = ({
187
<div>
188
<VSCodeCheckbox
189
checked={preserveHtmlEntities}
190
- onChange={(e: any) => {
191
- setCachedStateField("preserveHtmlEntities", e.target.checked)
192
- vscode.postMessage({ type: "preserveHtmlEntities", bool: e.target.checked })
193
- }}
+ onChange={(e: any) => setCachedStateField("preserveHtmlEntities", e.target.checked)}
194
data-testid="preserve-html-entities-checkbox">
195
<span className="font-medium">{t("settings:advanced.preserveHtmlEntities.label")}</span>
196
</VSCodeCheckbox>
0 commit comments