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 dbba764 commit 37dab02Copy full SHA for 37dab02
package.json
@@ -59,15 +59,7 @@
59
"activationEvents": [
60
"onLanguage:gcode",
61
"onView:gcode.gcodeTree",
62
- "onView:gcode.gcodeStats",
63
- "onCommand:gcode.addComment",
64
- "onCommand:gcode.addLineNumbers",
65
- "onCommand:gcode.removeComment",
66
- "onCommand:gcode.removeLineNumbers",
67
- "onCommand:gcode.showSettings",
68
- "onCommand:gcode.supportGCode",
69
- "onCommand:gcode.views.navTree.refresh",
70
- "onCommand:gcode.views.stats.refresh"
+ "onView:gcode.gcodeStats"
71
],
72
"capabilities": {
73
"virtualWorkspaces": true
@@ -228,6 +220,7 @@
228
220
"enum": [
229
221
"silent",
230
222
"errors",
223
+ "warnings",
231
224
"verbose",
232
225
"debug"
233
226
0 commit comments