|
46 | 46 | ], |
47 | 47 | "activationEvents": [ |
48 | 48 | "onLanguage", |
| 49 | + "onView:cursorless.scopes", |
49 | 50 | "onCommand:cursorless.command", |
50 | 51 | "onCommand:cursorless.internal.updateCheatsheetDefaults", |
51 | 52 | "onCommand:cursorless.keyboard.escape", |
|
77 | 78 | } |
78 | 79 | }, |
79 | 80 | "contributes": { |
| 81 | + "views": { |
| 82 | + "cursorless": [ |
| 83 | + { |
| 84 | + "id": "cursorless.scopes", |
| 85 | + "name": "Scopes" |
| 86 | + } |
| 87 | + ] |
| 88 | + }, |
80 | 89 | "commands": [ |
81 | 90 | { |
82 | 91 | "command": "cursorless.toggleDecorations", |
|
106 | 115 | "command": "cursorless.showDocumentation", |
107 | 116 | "title": "Cursorless: Show documentation" |
108 | 117 | }, |
| 118 | + { |
| 119 | + "command": "cursorless.showScopeVisualizer", |
| 120 | + "title": "Cursorless: Show the scope visualizer" |
| 121 | + }, |
| 122 | + { |
| 123 | + "command": "cursorless.hideScopeVisualizer", |
| 124 | + "title": "Cursorless: Hide the scope visualizer" |
| 125 | + }, |
109 | 126 | { |
110 | 127 | "command": "cursorless.command", |
111 | 128 | "title": "Cursorless: The core cursorless command", |
|
175 | 192 | "command": "cursorless.keyboard.modal.modeToggle", |
176 | 193 | "title": "Cursorless: Toggle the cursorless modal mode", |
177 | 194 | "enablement": "false" |
178 | | - }, |
179 | | - { |
180 | | - "command": "cursorless.showScopeVisualizer", |
181 | | - "title": "Cursorless: Show the scope visualizer", |
182 | | - "enablement": "false" |
183 | | - }, |
184 | | - { |
185 | | - "command": "cursorless.hideScopeVisualizer", |
186 | | - "title": "Cursorless: Hide the scope visualizer", |
187 | | - "enablement": "false" |
188 | 195 | } |
189 | 196 | ], |
190 | 197 | "colors": [ |
|
1032 | 1039 | "fontCharacter": "\\E900" |
1033 | 1040 | } |
1034 | 1041 | } |
| 1042 | + }, |
| 1043 | + "viewsContainers": { |
| 1044 | + "activitybar": [ |
| 1045 | + { |
| 1046 | + "id": "cursorless", |
| 1047 | + "title": "Cursorless", |
| 1048 | + "icon": "images/icon.svg" |
| 1049 | + } |
| 1050 | + ] |
1035 | 1051 | } |
1036 | 1052 | }, |
1037 | 1053 | "sponsor": { |
|
0 commit comments