We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0660de commit 549295fCopy full SHA for 549295f
package.json
@@ -277,7 +277,7 @@
277
},
278
{
279
"command": "gcode.views.stats.refresh",
280
- "when": "view == gcode.views.stats && config.gcode.statsEnable",
+ "when": "view == gcode.views.stats",
281
"group": "navigation"
282
283
@@ -286,13 +286,6 @@
286
287
}
288
],
289
- "view/item/context": [
290
- {
291
- "command": "gcode.views.stats.refresh",
292
293
- "group": "inline"
294
- }
295
- ],
296
"commandPalette": [
297
298
"command": "gcode.views.navTree.refresh",
0 commit comments