OSVauco/.vscode/settings.json

17 lines
473 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",
"-File",
"G:\\Shared drives\\OS-VAUCO-DRIVE\\OSVauco\\scripts\\osv-startup.ps1"
]
}
},
"terminal.integrated.defaultProfile.windows": "OSVauco"
}