Skip to content

Commit 7606a2e

Browse files
committed
Define the sidebar
1 parent 9f4774b commit 7606a2e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

deno.novaextension/extension.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,42 @@
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

0 commit comments

Comments
 (0)