aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
blob: ed72c9a7847cce274f849470668506a78a39dba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"version": "2.0.0",
	"tasks": [
		{
			"type": "dotnet",
			"task": "build ${workspaceFolder}\\RhSolutions.AddIn\\RhSolutions.AddIn.csproj",
			"group": "build",
			"problemMatcher": [],
			"label": "build"
		},
	]
}