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 026f335 commit 5682854Copy full SHA for 5682854
1 file changed
src/util/constants.ts
@@ -54,7 +54,21 @@ export const constants: IConstants = {
54
};
55
56
export const enum PIcon {
57
- ALERT = ' $(alert) ',
58
- CHECK = ' $(check) ',
59
- HEART = ' $(heart) ',
+ Alert = ' $(alert) ',
+ Check = ' $(check) ',
+ Heart = ' $(heart) ',
60
+}
61
+
62
+export const enum VSBuiltInCommands {
63
+ OpenSettings = 'workbench.action.openSettings',
64
+ SetContext = 'setContext',
65
66
67
+export const enum Contexts {
68
+ NavTreeViewEnabled = 'gcode:navTree:enabled',
69
70
71
+export const enum GlobalState {
72
+ PreviousVersion = 'gcode:previousVersion',
73
+ Version = 'gcode:version',
74
}
0 commit comments