diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx index 979ff991..b242f5f4 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx @@ -470,7 +470,8 @@ export const FeaturesTab = () => {

Feature Options

-
+ {/* L1 */} +
{/* FIM */}

{displayInfoOfFeatureName('Autocomplete')}

@@ -528,12 +529,13 @@ export const FeaturesTab = () => {
- {/* Tools Section */} -

Agent Options

-
+ {/* L2 */} +
+ + {/* Tools Section */}

Tools

-
Tools that can modify files on your computer require approval by default.
+
If a tool can modify files on your computer, it requires approval by default.
{/* Auto Accept Switch */} @@ -543,13 +545,19 @@ export const FeaturesTab = () => { value={voidSettingsState.globalSettings.autoApprove} onChange={(newVal) => voidSettingsService.setGlobalSetting('autoApprove', newVal)} /> - {voidSettingsState.globalSettings.autoApprove ? 'Auto-approve' : 'Ask for approval'} + {voidSettingsState.globalSettings.autoApprove ? 'Auto-approve' : 'User-approve'}
+ +
+
+
+
+