From b937be5390571cc89908bd9c622bc01229478639 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 24 Aug 2016 11:41:26 +0300 Subject: [PATCH] This is my first commit with my autocommit program ! --- .vscode/tasks.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/tasks.json 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