File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 157157 ]
158158 }
159159 ]
160+ },
161+ {
162+ "id" : " co.gwil.deno.sidebars.tests" ,
163+ "name" : " Deno Tests" ,
164+ "placeholderText" : " No tests were found." ,
165+ "largeImage" : " test_sidebar_large" ,
166+ "smallImage" : " test_sidebar_small" ,
167+ "sections" : [
168+ {
169+ "id" : " co.gwil.deno.sidebars.tests.sections.1" ,
170+ "name" : " Tests" ,
171+ "headerCommands" : [
172+ {
173+ "title" : " Learn more" ,
174+ "command" : " co.gwil.deno.sidebars.tests.commands.learn"
175+ },
176+ {
177+ "title" : " Refresh" ,
178+ "command" : " co.gwil.deno.sidebars.tests.commands.refresh" ,
179+ "image" : " __builtin.refresh"
180+ },
181+ {
182+ "title" : " Run All" ,
183+ "command" : " co.gwil.deno.sidebars.tests.commands.runAll" ,
184+ "image" : " run"
185+ }
186+ ],
187+ "contextCommands" : [
188+ {
189+ "title" : " Run" ,
190+ "command" : " co.gwil.deno.sidebars.tests.commands.run" ,
191+ "when" : " viewItem == \" file\" "
192+ }
193+ ]
194+ }
195+ ]
160196 }
161197 ],
162198
You can’t perform that action at this time.
0 commit comments