Files
AI-Stock-Trader/.vscode/tasks.json
T
2026-02-13 14:42:40 -08:00

12 lines
162 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"group": "build",
"problemMatcher": [],
"label": "dotnet: build"
}
]
}