Skip to content

Rename Gitpod Remote to Gitpod Classic Remote #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitpod-remote/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gitpod Classic Remote

> **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).
> **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).

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.
2 changes: 1 addition & 1 deletion gitpod-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%displayName%",
"description": "%description%",
"publisher": "gitpod",
"version": "0.0.57",
"version": "0.0.58",
"license": "MIT",
"preview": true,
"icon": "resources/gitpod.png",
Expand Down
42 changes: 21 additions & 21 deletions gitpod-remote/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"displayName": "Gitpod Remote",
"description": "Auto-installed within Classic workspaces, required to provision extensions, task terminals, etc.",
"openDashboard": "Gitpod: Open Dashboard",
"openAccessControl": "Gitpod: Open Access Control",
"openSettings": "Gitpod: Open Settings",
"openContext": "Gitpod: Open Context",
"openDocumentation": "Gitpod: Documentation",
"openDiscord": "Gitpod: Open Community Chat",
"openTwitter": "Gitpod: Follow us on Twitter",
"reportIssue": "Gitpod: Report Issue",
"stopWorkspace": "Gitpod: Stop Workspace",
"upgradeSubscription": "Gitpod: Upgrade Subscription",
"extendTimeout": "Gitpod: Extend Workspace Timeout (180m)",
"configureTimeout": "Gitpod: Configure Workspace Timeout",
"takeSnapshot": "Gitpod: Share Workspace Snapshot",
"shareWorkspace": "Gitpod: Share Running Workspace",
"stopSharingWorkspace": "Gitpod: Stop Sharing Running Workspace",
"openInStable": "Gitpod: Open in VS Code",
"openInInsiders": "Gitpod: Open in VS Code Insiders",
"openInBrowser": "Gitpod: Open in Browser",
"displayName": "Gitpod Classic Remote",
"description": "Auto-installed within Classic Classic workspaces, required to provision extensions, task terminals, etc.",
"openDashboard": "Gitpod Classic: Open Dashboard",
"openAccessControl": "Gitpod Classic: Open Access Control",
"openSettings": "Gitpod Classic: Open Settings",
"openContext": "Gitpod Classic: Open Context",
"openDocumentation": "Gitpod Classic: Documentation",
"openDiscord": "Gitpod Classic: Open Community Chat",
"openTwitter": "Gitpod Classic: Follow us on Twitter",
"reportIssue": "Gitpod Classic: Report Issue",
"stopWorkspace": "Gitpod Classic: Stop Workspace",
"upgradeSubscription": "Gitpod Classic: Upgrade Subscription",
"extendTimeout": "Gitpod Classic: Extend Workspace Timeout (180m)",
"configureTimeout": "Gitpod Classic: Configure Workspace Timeout",
"takeSnapshot": "Gitpod Classic: Share Workspace Snapshot",
"shareWorkspace": "Gitpod Classic: Share Running Workspace",
"stopSharingWorkspace": "Gitpod Classic: Stop Sharing Running Workspace",
"openInStable": "Gitpod Classic: Open in VS Code",
"openInInsiders": "Gitpod Classic: Open in VS Code Insiders",
"openInBrowser": "Gitpod Classic: Open in Browser",
"makePrivate": "Make Private",
"makePublic": "Make Public",
"copyWebLink": "Copy web link",
"tunnelNetwork": "Tunnel on all interfaces",
"tunnelHost": "Tunnel on localhost",
"retryAutoExpose": "Retry to expose",
"openWebLinkInBrowser": "Open web link in Browser",
"runGitpodYml": "Gitpod: Validate Configuration"
"runGitpodYml": "Gitpod Classic: Validate Configuration"
}