Files
QuanTAlib/.vscode/settings.json
2025-09-23 22:01:11 -07:00

11 lines
262 B
JSON

{
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
}
},
"terminal.integrated.shellIntegration.enabled": true
}