@@ -13,7 +13,6 @@ const nls = {
13
13
'openContext' : 'Gitpod: Open Context' ,
14
14
'openDocumentation' : 'Gitpod: Documentation' ,
15
15
'openDiscord' : 'Gitpod: Open Community Chat' ,
16
- 'openDiscourse' : 'Gitpod: Open Community Forum' ,
17
16
'openTwitter' : 'Gitpod: Follow us on Twitter' ,
18
17
'reportIssue' : 'Gitpod: Report Issue' ,
19
18
'stopWorkspace' : 'Gitpod: Stop Workspace' ,
@@ -68,11 +67,6 @@ const commands = [
68
67
'title' : '%openDiscord%' ,
69
68
'enablement' : 'gitpod.inWorkspace == true'
70
69
} ,
71
- {
72
- 'command' : 'gitpod.open.discourse' ,
73
- 'title' : '%openDiscourse%' ,
74
- 'enablement' : 'gitpod.inWorkspace == true'
75
- } ,
76
70
{
77
71
'command' : 'gitpod.reportIssue' ,
78
72
'title' : '%reportIssue%' ,
@@ -161,11 +155,6 @@ const remoteMenus = [
161
155
'group' : 'remote_00_gitpod_navigation@80' ,
162
156
'when' : 'gitpod.inWorkspace == true'
163
157
} ,
164
- {
165
- 'command' : 'gitpod.open.discourse' ,
166
- 'group' : 'remote_00_gitpod_navigation@81' ,
167
- 'when' : 'gitpod.inWorkspace == true'
168
- } ,
169
158
{
170
159
'command' : 'gitpod.reportIssue' ,
171
160
'group' : 'remote_00_gitpod_navigation@90' ,
0 commit comments