This commit is contained in:
Andrew Pareles 2025-01-09 03:37:13 -08:00
parent f4c1fc8917
commit 8d2917d331

View file

@ -583,35 +583,9 @@ const GeneralTab = () => {
</VoidButton>
</div>
</div>
{/* <div className='my-4'>
<h3 className={`text-xl mb-2 mt-4`}>General Settings</h3>
<h4 className={`text-void-fg-3 mb-2`}>{`VS Code's built-in settings.`}</h4>
<VoidButton onClick={() => { commandService.executeCommand('workbench.action.openSettings') }}>
General Settings
</VoidButton>
</div>
<div className='my-4'>
<h3 className={`text-xl mb-2 mt-4`}>Keyboard Settings</h3>
<h4 className={`text-void-fg-3 mb-2`}>{`Void can access models from Anthropic, OpenAI, OpenRouter, and more.`}</h4>
<VoidButton onClick={() => { commandService.executeCommand('workbench.action.openGlobalKeybindingsFile') }}>
Keyboard Settings
</VoidButton>
</div>
<div className='my-4'>
<h3 className={`text-xl mb-2 mt-4`}>Theme</h3>
<VoidButton onClick={() => { commandService.executeCommand('workbench.action.selectTheme') }}>
Theme
</VoidButton>
</div> */}
{/* <VoidFeatureFlagSettings /> */}
</>
}