Skip to content

Commit 549295f

Browse files
committed
Removed redundany refresh
1 parent c0660de commit 549295f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
},
278278
{
279279
"command": "gcode.views.stats.refresh",
280-
"when": "view == gcode.views.stats && config.gcode.statsEnable",
280+
"when": "view == gcode.views.stats",
281281
"group": "navigation"
282282
},
283283
{
@@ -286,13 +286,6 @@
286286
"group": "navigation"
287287
}
288288
],
289-
"view/item/context": [
290-
{
291-
"command": "gcode.views.stats.refresh",
292-
"when": "view == gcode.views.stats && config.gcode.statsEnable",
293-
"group": "inline"
294-
}
295-
],
296289
"commandPalette": [
297290
{
298291
"command": "gcode.views.navTree.refresh",

0 commit comments

Comments
 (0)