Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
17 lines
560 B
JSON
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"
|
|
}
|