Skip to content

Commit 2bde88e

Browse files
committed
VS Code Tasks added
1 parent f295cc0 commit 2bde88e

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "Structurizr → Export PlantUML",
6+
"type": "shell",
7+
"command": "./dtcw exportStructurizr",
8+
"problemMatcher": []
9+
},
10+
{
11+
"label": "Generate HTML Docs",
12+
"type": "shell",
13+
"command": "./dtcw exportStructurizr generateHTML"
14+
},
15+
{
16+
"label": "Generate PDF Docs",
17+
"type": "shell",
18+
"command": "./dtcw exportStructurizr generatePDF"
19+
},
20+
{
21+
"label": "Generate Microsite",
22+
"type": "shell",
23+
"command": "./dtcw exportStructurizr generateSite"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)