Skip to content

Commit bc223d4

Browse files
authored
Rename Gitpod Remote to Gitpod Classic Remote (#25)
* Rename Gitpod Remote to Gitpod Classic Remote * 🆙 bump version gitpod remote * 💄
1 parent 3953e81 commit bc223d4

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

gitpod-remote/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gitpod Classic Remote
22

3-
> **Note**: If you’re looking for the [Gitpod Flex](https://app.gitpod.io) experience, please install the [Gitpod Flex extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex).
3+
> **Note**: If you’re looking for the [Gitpod](https://app.gitpod.io) experience, please install the [Gitpod extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex).
44
55
This extension is automatically installed by [Gitpod Classic extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-desktop) inside workspaces to provision extensions, task terminals, etc. You should not install this extension manually.

gitpod-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%displayName%",
44
"description": "%description%",
55
"publisher": "gitpod",
6-
"version": "0.0.57",
6+
"version": "0.0.58",
77
"license": "MIT",
88
"preview": true,
99
"icon": "resources/gitpod.png",

gitpod-remote/package.nls.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"displayName": "Gitpod Remote",
2+
"displayName": "Gitpod Classic Remote",
33
"description": "Auto-installed within Classic workspaces, required to provision extensions, task terminals, etc.",
4-
"openDashboard": "Gitpod: Open Dashboard",
5-
"openAccessControl": "Gitpod: Open Access Control",
6-
"openSettings": "Gitpod: Open Settings",
7-
"openContext": "Gitpod: Open Context",
8-
"openDocumentation": "Gitpod: Documentation",
9-
"openDiscord": "Gitpod: Open Community Chat",
10-
"openTwitter": "Gitpod: Follow us on Twitter",
11-
"reportIssue": "Gitpod: Report Issue",
12-
"stopWorkspace": "Gitpod: Stop Workspace",
13-
"upgradeSubscription": "Gitpod: Upgrade Subscription",
14-
"extendTimeout": "Gitpod: Extend Workspace Timeout (180m)",
15-
"configureTimeout": "Gitpod: Configure Workspace Timeout",
16-
"takeSnapshot": "Gitpod: Share Workspace Snapshot",
17-
"shareWorkspace": "Gitpod: Share Running Workspace",
18-
"stopSharingWorkspace": "Gitpod: Stop Sharing Running Workspace",
19-
"openInStable": "Gitpod: Open in VS Code",
20-
"openInInsiders": "Gitpod: Open in VS Code Insiders",
21-
"openInBrowser": "Gitpod: Open in Browser",
4+
"openDashboard": "Gitpod Classic: Open Dashboard",
5+
"openAccessControl": "Gitpod Classic: Open Access Control",
6+
"openSettings": "Gitpod Classic: Open Settings",
7+
"openContext": "Gitpod Classic: Open Context",
8+
"openDocumentation": "Gitpod Classic: Documentation",
9+
"openDiscord": "Gitpod Classic: Open Community Chat",
10+
"openTwitter": "Gitpod Classic: Follow us on Twitter",
11+
"reportIssue": "Gitpod Classic: Report Issue",
12+
"stopWorkspace": "Gitpod Classic: Stop Workspace",
13+
"upgradeSubscription": "Gitpod Classic: Upgrade Subscription",
14+
"extendTimeout": "Gitpod Classic: Extend Workspace Timeout (180m)",
15+
"configureTimeout": "Gitpod Classic: Configure Workspace Timeout",
16+
"takeSnapshot": "Gitpod Classic: Share Workspace Snapshot",
17+
"shareWorkspace": "Gitpod Classic: Share Running Workspace",
18+
"stopSharingWorkspace": "Gitpod Classic: Stop Sharing Running Workspace",
19+
"openInStable": "Gitpod Classic: Open in VS Code",
20+
"openInInsiders": "Gitpod Classic: Open in VS Code Insiders",
21+
"openInBrowser": "Gitpod Classic: Open in Browser",
2222
"makePrivate": "Make Private",
2323
"makePublic": "Make Public",
2424
"copyWebLink": "Copy web link",
2525
"tunnelNetwork": "Tunnel on all interfaces",
2626
"tunnelHost": "Tunnel on localhost",
2727
"retryAutoExpose": "Retry to expose",
2828
"openWebLinkInBrowser": "Open web link in Browser",
29-
"runGitpodYml": "Gitpod: Validate Configuration"
29+
"runGitpodYml": "Gitpod Classic: Validate Configuration"
3030
}

0 commit comments

Comments
 (0)