提交 d7f7bb1f 创建 作者: 305350171@qq.com's avatar 305350171@qq.com

提交作业

上级 e0a9d3bd
流水线 #153077 已失败 于阶段
用时 8 秒
......@@ -29,16 +29,16 @@
"reveal": "always",
"group": "setup_pip_package"
},
"problemMatcher": "$msCompile"
"problemMatcher": "$gcc"
},
{
"label": "测试(test)",
"type": "shell",
"windows": {
"command": "python test.py"
"command": "python .vscode\\test.py"
},
"linux": {
"command": "python3 test.py"
"command": "python3 .vscode/test.py"
},
"args": [],
"group": "build",
......@@ -46,7 +46,7 @@
"reveal": "always",
"group": "test"
},
"problemMatcher": "$msCompile"
"problemMatcher": "$gcc"
},
{
"label": "清理项目(clean)",
......@@ -58,7 +58,7 @@
"reveal": "always",
"group": "clean"
},
"problemMatcher": "$msCompile"
"problemMatcher": "$gcc"
},
{
"label": "运行(run)",
......@@ -82,10 +82,10 @@
"label": "提交作业(git push)",
"type": "shell",
"windows": {
"command": "python gitpush.py"
"command": "python .vscode\\gitpush.py"
},
"linux": {
"command": "python3 gitpush.py"
"command": "python3 .vscode/gitpush.py"
},
"args": [],
"group": "build",
......@@ -93,7 +93,7 @@
"reveal": "always",
"group": "git-push"
},
"problemMatcher": "$msCompile"
"problemMatcher": "$gcc"
}
]
}
\ No newline at end of file
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论