diff --git a/.vscode/tasks.json b/.vscode/tasks.json index be2263e..4e7f192 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "Git Commit & Push", "type": "shell", - "command": "git add . ; git commit -m '$(date) 自动提交'; git push", + "command": "git add . ; git commit -m '自动提交'; git push", "problemMatcher": [], "options": { "cwd": "${workspaceFolder}"