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

提交作业

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