feat(ui): modern theme, dark/light toggle, polished templates
This commit is contained in:
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"chatgpt.openOnStartup": true,
|
||||
// Codex - OpenAI's coding agent: run without prompts in this workspace
|
||||
"codex.approvalPolicy": "never",
|
||||
// Filesystem access: use with care; consider "workspace-write" if you prefer safer mode
|
||||
"codex.sandboxMode": "danger-full-access",
|
||||
// Allow network calls (fetch deps/APIs)
|
||||
"codex.networkAccess": "enabled"
|
||||
}
|
||||
Reference in New Issue
Block a user