Online/.vscode/tasks.json

7 lines
178 B
JSON
Raw Permalink Normal View History

2016-08-26 14:40:14 +00:00
{
"version": "0.1.0",
"command": "start",
"isShellCommand": true,
"args": ["cmd", "/C", "C:\\Program Files\\Git\\commit-signed.cmd"],
"showOutput": "always"
}