|
68 | 68 | "title": "%openDocumentation%",
|
69 | 69 | "enablement": "gitpod.inWorkspace == true"
|
70 | 70 | },
|
71 |
| - { |
72 |
| - "command": "gitpod.open.twitter", |
73 |
| - "title": "%openTwitter%", |
74 |
| - "enablement": "gitpod.inWorkspace == true" |
75 |
| - }, |
76 |
| - { |
77 |
| - "command": "gitpod.open.discord", |
78 |
| - "title": "%openDiscord%", |
79 |
| - "enablement": "gitpod.inWorkspace == true" |
80 |
| - }, |
81 |
| - { |
82 |
| - "command": "gitpod.reportIssue", |
83 |
| - "title": "%reportIssue%", |
84 |
| - "enablement": "gitpod.inWorkspace == true" |
85 |
| - }, |
86 |
| - { |
87 |
| - "command": "gitpod.upgradeSubscription", |
88 |
| - "title": "%upgradeSubscription%", |
89 |
| - "enablement": "gitpod.inWorkspace == true && gitpod.workspaceOwned == true" |
90 |
| - }, |
91 | 71 | {
|
92 | 72 | "command": "gitpod.ExtendTimeout",
|
93 | 73 | "title": "%extendTimeout%",
|
|
258 | 238 | "command": "gitpod.open.accessControl",
|
259 | 239 | "group": "navigation@20"
|
260 | 240 | },
|
261 |
| - { |
262 |
| - "command": "gitpod.upgradeSubscription", |
263 |
| - "group": "navigation@30", |
264 |
| - "when": "gitpod.workspaceOwned == true" |
265 |
| - }, |
266 | 241 | {
|
267 | 242 | "command": "gitpod.ExtendTimeout",
|
268 | 243 | "group": "navigation@50",
|
269 | 244 | "when": "gitpod.workspaceOwned == true"
|
270 | 245 | }
|
271 | 246 | ],
|
272 |
| - "menuBar/help": [ |
273 |
| - { |
274 |
| - "command": "gitpod.open.twitter", |
275 |
| - "group": "z_about2@10" |
276 |
| - }, |
277 |
| - { |
278 |
| - "command": "gitpod.open.discord", |
279 |
| - "group": "z_about2@20" |
280 |
| - }, |
281 |
| - { |
282 |
| - "command": "gitpod.reportIssue", |
283 |
| - "group": "z_about2@40" |
284 |
| - } |
285 |
| - ], |
286 | 247 | "extension/context": [
|
287 | 248 | {
|
288 | 249 | "command": "gitpod.extensions.addToConfig",
|
|
423 | 384 | "group": "remote_00_gitpod_navigation@60",
|
424 | 385 | "when": "gitpod.inWorkspace == true"
|
425 | 386 | },
|
426 |
| - { |
427 |
| - "command": "gitpod.open.twitter", |
428 |
| - "group": "remote_00_gitpod_navigation@70", |
429 |
| - "when": "gitpod.inWorkspace == true" |
430 |
| - }, |
431 |
| - { |
432 |
| - "command": "gitpod.open.discord", |
433 |
| - "group": "remote_00_gitpod_navigation@80", |
434 |
| - "when": "gitpod.inWorkspace == true" |
435 |
| - }, |
436 |
| - { |
437 |
| - "command": "gitpod.reportIssue", |
438 |
| - "group": "remote_00_gitpod_navigation@90", |
439 |
| - "when": "gitpod.inWorkspace == true" |
440 |
| - }, |
441 |
| - { |
442 |
| - "command": "gitpod.upgradeSubscription", |
443 |
| - "group": "remote_00_gitpod_navigation@100", |
444 |
| - "when": "gitpod.inWorkspace == true && gitpod.workspaceOwned == true" |
445 |
| - }, |
446 | 387 | {
|
447 | 388 | "command": "gitpod.ExtendTimeout",
|
448 | 389 | "group": "remote_00_gitpod_navigation@110",
|
|
0 commit comments