|
1 | 1 | { |
2 | 2 | "name": "gitpod-desktop", |
3 | | - "displayName": "Gitpod", |
| 3 | + "displayName": "Gitpod Classic", |
4 | 4 | "description": "Required to connect to Classic workspaces", |
5 | 5 | "publisher": "gitpod", |
6 | | - "version": "0.0.183", |
| 6 | + "version": "0.0.184", |
7 | 7 | "license": "MIT", |
8 | 8 | "icon": "resources/gitpod.png", |
9 | 9 | "repository": { |
|
42 | 42 | "contributes": { |
43 | 43 | "authentication": [ |
44 | 44 | { |
45 | | - "label": "Gitpod", |
| 45 | + "label": "Gitpod Classic", |
46 | 46 | "id": "gitpod" |
47 | 47 | } |
48 | 48 | ], |
49 | 49 | "configuration": [ |
50 | 50 | { |
51 | | - "title": "Gitpod", |
| 51 | + "title": "Gitpod Classic", |
52 | 52 | "properties": { |
53 | 53 | "gitpod.host": { |
54 | 54 | "type": "string", |
55 | | - "description": "Gitpod Service URL. Update this if you are using a Gitpod self-hosted installation.", |
| 55 | + "description": "Gitpod Classic Service URL. Update this if you are using a Gitpod Classic self-hosted installation.", |
56 | 56 | "default": "https://gitpod.io/", |
57 | 57 | "scope": "application" |
58 | 58 | }, |
|
77 | 77 | "commands": [ |
78 | 78 | { |
79 | 79 | "command": "gitpod.exportLogs", |
80 | | - "category": "Gitpod", |
| 80 | + "category": "Gitpod Classic", |
81 | 81 | "title": "Export all logs" |
82 | 82 | }, |
83 | 83 | { |
84 | 84 | "command": "gitpod.installLocalExtensions", |
85 | 85 | "title": "Install Local Extensions...", |
86 | | - "category": "Gitpod", |
| 86 | + "category": "Gitpod Classic", |
87 | 87 | "enablement": "gitpod.inWorkspace == true" |
88 | 88 | }, |
89 | 89 | { |
90 | 90 | "command": "gitpod.signIn", |
91 | | - "category": "Gitpod", |
| 91 | + "category": "Gitpod Classic", |
92 | 92 | "title": "Sign In" |
93 | 93 | }, |
94 | 94 | { |
95 | 95 | "command": "gitpod.workspaces.refresh", |
96 | | - "category": "Gitpod", |
| 96 | + "category": "Gitpod Classic", |
97 | 97 | "title": "Refresh", |
98 | 98 | "icon": "$(refresh)" |
99 | 99 | }, |
100 | 100 | { |
101 | 101 | "command": "gitpod.workspaces.connectInNewWindow", |
102 | | - "category": "Gitpod", |
| 102 | + "category": "Gitpod Classic", |
103 | 103 | "title": "Open Workspace in New Window" |
104 | 104 | }, |
105 | 105 | { |
106 | 106 | "command": "gitpod.workspaces.connectInNewWindow_context", |
107 | | - "category": "Gitpod", |
| 107 | + "category": "Gitpod Classic", |
108 | 108 | "title": "Open in New Window" |
109 | 109 | }, |
110 | 110 | { |
111 | 111 | "command": "gitpod.workspaces.connectInCurrentWindow", |
112 | | - "category": "Gitpod", |
| 112 | + "category": "Gitpod Classic", |
113 | 113 | "title": "Connect to Workspace" |
114 | 114 | }, |
115 | 115 | { |
116 | 116 | "command": "gitpod.workspaces.connectInCurrentWindow_context", |
117 | | - "category": "Gitpod", |
| 117 | + "category": "Gitpod Classic", |
118 | 118 | "title": "Start and Connect" |
119 | 119 | }, |
120 | 120 | { |
121 | 121 | "command": "gitpod.workspaces.connectInCurrentWindow_context@1", |
122 | | - "category": "Gitpod", |
| 122 | + "category": "Gitpod Classic", |
123 | 123 | "title": "Connect" |
124 | 124 | }, |
125 | 125 | { |
126 | 126 | "command": "gitpod.workspaces.connectInCurrentWindow_inline", |
127 | | - "category": "Gitpod", |
| 127 | + "category": "Gitpod Classic", |
128 | 128 | "title": "Start and Connect", |
129 | 129 | "icon": "$(arrow-right)" |
130 | 130 | }, |
131 | 131 | { |
132 | 132 | "command": "gitpod.workspaces.connectInCurrentWindow_inline@1", |
133 | | - "category": "Gitpod", |
| 133 | + "category": "Gitpod Classic", |
134 | 134 | "title": "Connect", |
135 | 135 | "icon": "$(arrow-right)" |
136 | 136 | }, |
137 | 137 | { |
138 | 138 | "command": "gitpod.workspaces.stopWorkspace", |
139 | | - "category": "Gitpod", |
| 139 | + "category": "Gitpod Classic", |
140 | 140 | "title": "Stop Workspace", |
141 | 141 | "icon": "$(primitive-square)" |
142 | 142 | }, |
143 | 143 | { |
144 | 144 | "command": "gitpod.workspaces.stopWorkspace_context", |
145 | | - "category": "Gitpod", |
| 145 | + "category": "Gitpod Classic", |
146 | 146 | "title": "Stop", |
147 | 147 | "icon": "$(primitive-square)" |
148 | 148 | }, |
149 | 149 | { |
150 | 150 | "command": "gitpod.workspaces.stopWorkspace_inline", |
151 | | - "category": "Gitpod", |
| 151 | + "category": "Gitpod Classic", |
152 | 152 | "title": "Stop", |
153 | 153 | "icon": "$(primitive-square)" |
154 | 154 | }, |
155 | 155 | { |
156 | 156 | "command": "gitpod.workspaces.stopCurrentWorkspace_inline", |
157 | | - "category": "Gitpod", |
| 157 | + "category": "Gitpod Classic", |
158 | 158 | "title": "Disconnect and Stop", |
159 | 159 | "icon": "$(primitive-square)" |
160 | 160 | }, |
161 | 161 | { |
162 | 162 | "command": "gitpod.workspaces.stopCurrentWorkspace", |
163 | | - "category": "Gitpod", |
| 163 | + "category": "Gitpod Classic", |
164 | 164 | "title": "Stop Current Workspace", |
165 | 165 | "icon": "$(primitive-square)" |
166 | 166 | }, |
167 | 167 | { |
168 | 168 | "command": "gitpod.workspaces.openInBrowser", |
169 | | - "category": "Gitpod", |
| 169 | + "category": "Gitpod Classic", |
170 | 170 | "title": "Open in Browser" |
171 | 171 | }, |
172 | 172 | { |
173 | 173 | "command": "gitpod.workspaces.openContext", |
174 | | - "category": "Gitpod", |
| 174 | + "category": "Gitpod Classic", |
175 | 175 | "title": "Open Context" |
176 | 176 | }, |
177 | 177 | { |
178 | 178 | "command": "gitpod.workspaces.deleteWorkspace", |
179 | | - "category": "Gitpod", |
| 179 | + "category": "Gitpod Classic", |
180 | 180 | "title": "Delete Workspace" |
181 | 181 | }, |
182 | 182 | { |
183 | 183 | "command": "gitpod.workspaces.deleteWorkspace_context", |
184 | | - "category": "Gitpod", |
| 184 | + "category": "Gitpod Classic", |
185 | 185 | "title": "Delete" |
186 | 186 | }, |
187 | 187 | { |
188 | 188 | "command": "gitpod.workspaces.disconnect", |
189 | | - "category": "Gitpod", |
| 189 | + "category": "Gitpod Classic", |
190 | 190 | "title": "Disconnect", |
191 | 191 | "icon": "$(debug-disconnect)" |
192 | 192 | } |
|
355 | 355 | "activitybar": [ |
356 | 356 | { |
357 | 357 | "id": "gitpod-view", |
358 | | - "title": "Gitpod", |
| 358 | + "title": "Gitpod Classic", |
359 | 359 | "icon": "resources/explorer.svg" |
360 | 360 | } |
361 | 361 | ] |
|
382 | 382 | }, |
383 | 383 | { |
384 | 384 | "id": "gitpod-flex-help", |
385 | | - "name": "Looking for Gitpod Flex?", |
| 385 | + "name": "Looking for Gitpod?", |
386 | 386 | "icon": "$(squirrel)", |
387 | 387 | "when": "gitpod.host === 'https://gitpod.io'" |
388 | 388 | } |
|
392 | 392 | { |
393 | 393 | "view": "gitpod-login", |
394 | 394 | "when": "gitpod.authenticated != true && !gitpod.inGitpodFlexRemoteWindow", |
395 | | - "contents": "You have not yet signed in with Gitpod\n[Sign in](command:gitpod.signIn)" |
| 395 | + "contents": "You have not yet signed in with Gitpod Classic\n[Sign in](command:gitpod.signIn)" |
396 | 396 | }, |
397 | 397 | { |
398 | 398 | "view": "gitpod-flex-help", |
399 | | - "contents": "Connecting to Gitpod Flex environments requires installing the [Gitpod Flex extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex) and opening them through the [Gitpod Flex](https://app.gitpod.io/).\nThis view is only to manage [Gitpod Classic](https://gitpod.io/workspaces) workspaces." |
| 399 | + "contents": "Connecting to Gitpod environments requires installing the [Gitpod extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex) and opening them through the [Gitpod](https://app.gitpod.io/).\nThis view is only to manage [Gitpod Classic](https://gitpod.io/workspaces) workspaces." |
400 | 400 | } |
401 | 401 | ] |
402 | 402 | }, |
|
0 commit comments