RhSolutions-AddIn/.vscode/tasks.json

12 lines
219 B
JSON
Raw Normal View History

2024-07-24 10:00:40 +03:00
{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build ${workspaceFolder}\\RhSolutions.AddIn\\RhSolutions.AddIn.csproj",
"group": "build",
"problemMatcher": [],
"label": "build"
},
]
}