/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / .vscode / tasks.json
19 lines · 342 BBlameHistoryRaw
1{
2 "version": "2.0.0",
3 "tasks": [
4 {
5 "label": "Format Code",
6 "type": "shell",
7 "command": "./devel/format_code.sh",
8 "group": {
9 "kind": "build",
10 "isDefault": true
11 },
12 "presentation": {
13 "reveal": "always",
14 "panel": "shared"
15 },
16 "problemMatcher": []
17 }
18 ]
moveopenescclose