File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 5656 "isDefault" : true
5757 },
5858 "detail" : " 使用 just test 测试"
59+ },
60+ {
61+ "type" : " shell" ,
62+ "label" : " 测试 framework" ,
63+ "command" : " just" ,
64+ "args" : [
65+ " test-fw"
66+ ],
67+ "options" : {
68+ "cwd" : " ${workspaceFolder}"
69+ },
70+ "problemMatcher" : [
71+ " $gcc"
72+ ],
73+ "group" : {
74+ "kind" : " test" ,
75+ "isDefault" : false
76+ },
77+ "detail" : " 使用 just test-fw 测试 framework"
78+ },
79+ {
80+ "type" : " shell" ,
81+ "label" : " 测试 xy.h" ,
82+ "command" : " just" ,
83+ "args" : [
84+ " test-xy"
85+ ],
86+ "options" : {
87+ "cwd" : " ${workspaceFolder}"
88+ },
89+ "problemMatcher" : [
90+ " $gcc"
91+ ],
92+ "group" : {
93+ "kind" : " test" ,
94+ "isDefault" : false
95+ },
96+ "detail" : " 使用 just test-xy 测试 xy.h"
5997 }
6098 ],
6199 "version" : " 2.0.0"
You can’t perform that action at this time.
0 commit comments