{ "version": "2.0.0", "tasks": [ { "label": "Run FsMcp Debug", "type": "shell", "command": "dotnet run --project FsMcp/FsMcp.csproj -c Debug", "options": { "statusbar": { "hide": false, "label": "Run FsMcp Debug", "color": "#3a96ff", "icon": { "id": "debug-start" }, "running": { "color": "#f7df06", "icon": { "id": "loading~spin" } } } } } ] }