diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..be046c1 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,7 @@ +{ + "version": "0.1.0", + "command": "start", + "isShellCommand": true, + "args": ["cmd", "/C", "C:\\Program Files\\Git\\commit-signed.cmd"], + "showOutput": "always" +} \ No newline at end of file