launch.json 提交git
·
一切都是源于cursor的源代码管理上传git到gitee很慢很慢
{
"name": "Git: commit a & push",
"type": "node",
"request": "launch",
"runtimeExecutable": "powershell",
"runtimeArgs": [
"-NoProfile",
"-Command",
"git add -A; if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }; git commit -m a; git push; if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }"
],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal"
},
更多推荐


所有评论(0)