OSVauco/.vscode/settings.json
Gemini Agent 8ff6ba8f60
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
docs: add HANDOFF-LOCAL-LLM-GITEA-MCP + toolcheck results + static/build fixes
2026-07-21 14:22:06 +00:00

17 lines
560 B
JSON

{
"workbench.colorTheme": "Dark 2026",
"files.autoSave": "afterDelay",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.profiles.windows": {
"OSVauco": {
"path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"args": [
"-NoExit",
"-Command",
"Unblock-File 'G:\\Shared drives\\OS-VAUCO-DRIVE\\OSVauco\\scripts\\osv-startup.ps1'; & 'G:\\Shared drives\\OS-VAUCO-DRIVE\\OSVauco\\scripts\\osv-startup.ps1'"
]
}
},
"terminal.integrated.defaultProfile.windows": "OSVauco"
}