2025-03-19 16:53:01
This commit is contained in:
parent
8931198927
commit
de47359f4c
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -21,7 +21,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Git Commit & Push",
|
"label": "Git Commit & Push",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m '$(date + \\'%Y-%m-%d %H:%M:%S\\')'; git push",
|
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')\\\"; git push",
|
||||||
"problemMatcher": ["$tsc"],
|
"problemMatcher": ["$tsc"],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user