OSVauco/.vscode/settings.json

17 lines
565 B
JSON

{
"workbench.colorTheme": "Monokai Dimmed",
"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"
}