OSVauco/.vscode/settings.json
Gemini Agent e2f4339154
Some checks failed
Check Python Version Consistency / Check Python Version (push) Has been cancelled
Nightly GDrive Backup / Backup OSVauco → Google Drive (push) Has been cancelled
Sync latest snap state and update Gitea remote IP
2026-07-16 05:05:02 +00:00

17 lines
561 B
JSON

{
"workbench.colorTheme": "Light 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"
}