This is my first commit with my autocommit program !
This commit is contained in:
parent
ed8320ff9d
commit
b937be5390
1 changed files with 7 additions and 0 deletions
7
.vscode/tasks.json
vendored
Normal file
7
.vscode/tasks.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"version": "0.1.0",
|
||||
"command": "start",
|
||||
"isShellCommand": true,
|
||||
"args": ["cmd", "/C", "C:\\Program Files\\Git\\commit-signed.cmd"],
|
||||
"showOutput": "always"
|
||||
}
|
Loading…
Reference in a new issue