Skip to content

Commit ee8ab48

Browse files
committed
Fix showing the debug command all the time
1 parent 833e936 commit ee8ab48

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,15 @@
269269
{
270270
"command": "coder.debug.listDeployments",
271271
"title": "List Stored Deployments",
272-
"category": "Coder Debug",
273-
"when": "coder.devMode"
272+
"category": "Coder Debug"
274273
}
275274
],
276275
"menus": {
277276
"commandPalette": [
277+
{
278+
"command": "coder.debug.listDeployments",
279+
"when": "coder.devMode"
280+
},
278281
{
279282
"command": "coder.openFromSidebar",
280283
"when": "false"

0 commit comments

Comments
 (0)