Files
QuanTAlib/.vscode/settings.json
T

11 lines
262 B
JSON
Raw Normal View History

2024-09-30 06:46:07 -07:00
{
2025-09-23 22:01:11 -07:00
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
}
},
"terminal.integrated.shellIntegration.enabled": true
2024-10-27 21:59:46 -07:00
}