Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test-vscode-c-win
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
问题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
银宸大学计算机学院
教师群组
赵鹏翀-zpc
test-vscode-c-win
提交
d7f7bb1f
提交
d7f7bb1f
3月 26, 2021
创建
作者:
305350171@qq.com
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
提交作业
上级
e0a9d3bd
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
8 行删除
+9
-8
gitpush.py
.vscode/gitpush.py
+0
-0
tasks.json
.vscode/tasks.json
+9
-8
test.py
.vscode/test.py
+0
-0
没有找到文件。
gitpush.py
→
.vscode/
gitpush.py
浏览文件 @
d7f7bb1f
移动文件
.vscode/tasks.json
浏览文件 @
d7f7bb1f
...
@@ -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
test.py
→
.vscode/
test.py
浏览文件 @
d7f7bb1f
移动文件
编写
预览
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论