mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
more
This commit is contained in:
parent
f4c1fc8917
commit
8d2917d331
1 changed files with 0 additions and 26 deletions
|
|
@ -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 /> */}
|
||||
|
||||
|
||||
|
||||
</>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue