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 776bb72c..7be39837 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 @@ -312,12 +312,11 @@ export const ModelDump = () => { {/* right part is anything that fits */}
{isAutodetected ? '(detected locally)' : isDefault ? '' : '(custom model)'} @@ -616,7 +615,19 @@ export const FeaturesTab = () => { {/* FIM */}

{displayInfoOfFeatureName('Autocomplete')}

-
Experimental. Only works with models that support FIM.
+
+ + Experimental. Only works with FIM models. + + + * + +
{/* Enable Switch */}