ide/settings.md +0 −8
1# Codex IDE extension settings1# Codex IDE extension settings
2 2
3Reference for Codex IDE extension settings
4
5Use these settings to customize the Codex IDE extension.3Use these settings to customize the Codex IDE extension.
6 4
7## Change a setting5## Change a setting
23| `chatgpt.localeOverride` | Preferred language for the Codex UI. Leave empty to detect automatically. |21| `chatgpt.localeOverride` | Preferred language for the Codex UI. Leave empty to detect automatically. |
24| `chatgpt.openOnStartup` | Focus the Codex sidebar when the extension finishes starting. |22| `chatgpt.openOnStartup` | Focus the Codex sidebar when the extension finishes starting. |
25| `chatgpt.runCodexInWindowsSubsystemForLinux` | Windows only: Run Codex in WSL when Windows Subsystem for Linux (WSL) is available. Recommended for improved sandbox security and better performance. Codex agent mode on Windows currently requires WSL. Changing this setting reloads VS Code to apply the change. |23| `chatgpt.runCodexInWindowsSubsystemForLinux` | Windows only: Run Codex in WSL when Windows Subsystem for Linux (WSL) is available. Recommended for improved sandbox security and better performance. Codex agent mode on Windows currently requires WSL. Changing this setting reloads VS Code to apply the change. |
26
27[Previous
28
29Features](https://developers.openai.com/codex/ide/features)[Next
30
31IDE Commands](https://developers.openai.com/codex/ide/commands)