|
127 | 127 | "enablement": "memory-inspector.canWrite", |
128 | 128 | "category": "Memory" |
129 | 129 | }, |
130 | | - { |
131 | | - "command": "memory-inspector.show-columns-options", |
132 | | - "title": "Show Columns Visibility Options", |
133 | | - "enablement": "optionsMenu && !showColumnsOptions", |
134 | | - "category": "Memory" |
135 | | - }, |
136 | | - { |
137 | | - "command": "memory-inspector.hide-columns-options", |
138 | | - "title": "Hide Columns Visibility Options", |
139 | | - "enablement": "optionsMenu && showColumnsOptions", |
140 | | - "category": "Memory" |
141 | | - }, |
142 | | - { |
143 | | - "command": "memory-inspector.show-memory-options", |
144 | | - "title": "Show Memory Format Options", |
145 | | - "enablement": "optionsMenu && !showMemoryOptions", |
146 | | - "category": "Memory" |
147 | | - }, |
148 | | - { |
149 | | - "command": "memory-inspector.hide-memory-options", |
150 | | - "title": "Hide Memory Format Options", |
151 | | - "enablement": "optionsMenu && showMemoryOptions", |
152 | | - "category": "Memory" |
153 | | - }, |
154 | | - { |
155 | | - "command": "memory-inspector.show-address-options", |
156 | | - "title": "Show Address Format Options", |
157 | | - "enablement": "optionsMenu && !showAddressOptions", |
158 | | - "category": "Memory" |
159 | | - }, |
160 | | - { |
161 | | - "command": "memory-inspector.hide-address-options", |
162 | | - "title": "Hide Address Format Options", |
163 | | - "enablement": "optionsMenu && showAddressOptions", |
164 | | - "category": "Memory" |
165 | | - }, |
166 | | - { |
167 | | - "command": "memory-inspector.show-refresh-options", |
168 | | - "title": "Show Refresh Options", |
169 | | - "enablement": "optionsMenu && !showRefreshOptions", |
170 | | - "category": "Memory" |
171 | | - }, |
172 | | - { |
173 | | - "command": "memory-inspector.hide-refresh-options", |
174 | | - "title": "Hide Refresh Options", |
175 | | - "enablement": "optionsMenu && showRefreshOptions", |
176 | | - "category": "Memory" |
177 | | - }, |
178 | 130 | { |
179 | 131 | "command": "memory-inspector.reset-display-options-to-debugger-defaults", |
180 | 132 | "title": "Reset to Debugger Defaults", |
|
284 | 236 | "command": "memory-inspector.reset-display-options", |
285 | 237 | "group": "a_reset@2", |
286 | 238 | "when": "webviewId === memory-inspector.memory && optionsMenu" |
287 | | - }, |
288 | | - { |
289 | | - "command": "memory-inspector.show-columns-options", |
290 | | - "group": "b_advancedOptions@1", |
291 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && !showColumnsOptions" |
292 | | - }, |
293 | | - { |
294 | | - "command": "memory-inspector.hide-columns-options", |
295 | | - "group": "b_advancedOptions@1", |
296 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && showColumnsOptions" |
297 | | - }, |
298 | | - { |
299 | | - "command": "memory-inspector.show-memory-options", |
300 | | - "group": "b_advancedOptions@2", |
301 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && !showMemoryOptions" |
302 | | - }, |
303 | | - { |
304 | | - "command": "memory-inspector.hide-memory-options", |
305 | | - "group": "b_advancedOptions@2", |
306 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && showMemoryOptions" |
307 | | - }, |
308 | | - { |
309 | | - "command": "memory-inspector.show-address-options", |
310 | | - "group": "b_advancedOptions@3", |
311 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && !showAddressOptions" |
312 | | - }, |
313 | | - { |
314 | | - "command": "memory-inspector.hide-address-options", |
315 | | - "group": "b_advancedOptions@3", |
316 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && showAddressOptions" |
317 | | - }, |
318 | | - { |
319 | | - "command": "memory-inspector.show-refresh-options", |
320 | | - "group": "b_advancedOptions@4", |
321 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && !showRefreshOptions" |
322 | | - }, |
323 | | - { |
324 | | - "command": "memory-inspector.hide-refresh-options", |
325 | | - "group": "b_advancedOptions@4", |
326 | | - "when": "webviewId === memory-inspector.memory && optionsMenu && showRefreshOptions" |
327 | 239 | } |
328 | 240 | ] |
329 | 241 | }, |
|
0 commit comments