{ "version": "2.0.0", "tasks": [ { "label": "Build Testable Binary", "type": "shell", "command": "make testable", "group": { "kind": "build", "isDefault": false }, "problemMatcher": ["$gcc"], "presentation": { "reveal": "always" } }, { "label": "Setup Postgres Binary Symlink", "type": "shell", "command": "make pgbin-symlink", "group": { "kind": "build", "isDefault": false }, "problemMatcher": [], "presentation": { "reveal": "silent" } } ] }