Skip to content

Commit 127d868

Browse files
authored
Remove unneeded commands (#16)
1 parent f5aa9a4 commit 127d868

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

gitpod-web/package.json

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,6 @@
6868
"title": "%openDocumentation%",
6969
"enablement": "gitpod.inWorkspace == true"
7070
},
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-
},
9171
{
9272
"command": "gitpod.ExtendTimeout",
9373
"title": "%extendTimeout%",
@@ -258,31 +238,12 @@
258238
"command": "gitpod.open.accessControl",
259239
"group": "navigation@20"
260240
},
261-
{
262-
"command": "gitpod.upgradeSubscription",
263-
"group": "navigation@30",
264-
"when": "gitpod.workspaceOwned == true"
265-
},
266241
{
267242
"command": "gitpod.ExtendTimeout",
268243
"group": "navigation@50",
269244
"when": "gitpod.workspaceOwned == true"
270245
}
271246
],
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-
],
286247
"extension/context": [
287248
{
288249
"command": "gitpod.extensions.addToConfig",
@@ -423,26 +384,6 @@
423384
"group": "remote_00_gitpod_navigation@60",
424385
"when": "gitpod.inWorkspace == true"
425386
},
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-
},
446387
{
447388
"command": "gitpod.ExtendTimeout",
448389
"group": "remote_00_gitpod_navigation@110",

gitpod-web/package.nls.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
"openSettings": "Gitpod: Open Settings",
1919
"openContext": "Gitpod: Open Context",
2020
"openDocumentation": "Gitpod: Documentation",
21-
"openDiscord": "Gitpod: Open Community Chat",
22-
"openTwitter": "Gitpod: Follow us on Twitter",
23-
"reportIssue": "Gitpod: Report Issue",
2421
"stopWorkspace": "Gitpod: Stop Workspace",
25-
"upgradeSubscription": "Gitpod: Upgrade Subscription",
2622
"extendTimeout": "Gitpod: Extend Workspace Timeout (180m)",
2723
"configureTimeout": "Gitpod: Configure Workspace Timeout",
2824
"takeSnapshot": "Gitpod: Share Workspace Snapshot",
@@ -32,4 +28,4 @@
3228
"openInInsiders": "Gitpod: Open in VS Code Insiders",
3329
"openInBrowser": "Gitpod: Open in Browser",
3430
"runGitpodYml": "Gitpod: Validate Configuration"
35-
}
31+
}

0 commit comments

Comments
 (0)