Skip to content

Commit e843a78

Browse files
committed
[gitpod-web] Rename actions with Gitpod Classic
1 parent b6d2f2b commit e843a78

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

gitpod-web/package.json

Lines changed: 3 additions & 3 deletions
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.7",
6+
"version": "0.0.8",
77
"license": "MIT",
88
"icon": "resources/gitpod.png",
99
"repository": {
@@ -530,7 +530,7 @@
530530
}
531531
],
532532
"configuration": {
533-
"title": "Gitpod",
533+
"title": "Gitpod Classic",
534534
"properties": {
535535
"gitpod.validate.neverPrompt": {
536536
"type": "boolean",
@@ -603,4 +603,4 @@
603603
"yauzl": "^2.9.2",
604604
"yazl": "^2.5.1"
605605
}
606-
}
606+
}

gitpod-web/package.nls.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"connectLocalApp": "Developer: Connect to Local Gitpod App",
1414
"enableForwardedPortsView": "Developer: Enable Tunneled Ports View",
1515
"retryAutoExpose": "Retry to expose",
16-
"openDashboard": "Gitpod: Open Dashboard",
17-
"openAccessControl": "Gitpod: Open Access Control",
18-
"openSettings": "Gitpod: Open Settings",
19-
"openContext": "Gitpod: Open Context",
20-
"openDocumentation": "Gitpod: Documentation",
21-
"stopWorkspace": "Gitpod: Stop Workspace",
22-
"extendTimeout": "Gitpod: Extend Workspace Timeout (180m)",
23-
"configureTimeout": "Gitpod: Configure Workspace Timeout",
24-
"takeSnapshot": "Gitpod: Share Workspace Snapshot",
25-
"shareWorkspace": "Gitpod: Share Running Workspace",
26-
"stopSharingWorkspace": "Gitpod: Stop Sharing Running Workspace",
27-
"openInStable": "Gitpod: Open in VS Code",
28-
"openInInsiders": "Gitpod: Open in VS Code Insiders",
29-
"openInBrowser": "Gitpod: Open in Browser",
30-
"runGitpodYml": "Gitpod: Validate Configuration"
16+
"openDashboard": "Gitpod Classic Open Dashboard",
17+
"openAccessControl": "Gitpod Classic: Open Access Control",
18+
"openSettings": "Gitpod Classic: Open Settings",
19+
"openContext": "Gitpod Classic: Open Context",
20+
"openDocumentation": "Gitpod Classic: Documentation",
21+
"stopWorkspace": "Gitpod Classic: Stop Workspace",
22+
"extendTimeout": "Gitpod Classic: Extend Workspace Timeout (180m)",
23+
"configureTimeout": "Gitpod Classic: Configure Workspace Timeout",
24+
"takeSnapshot": "Gitpod Classic: Share Workspace Snapshot",
25+
"shareWorkspace": "Gitpod Classic: Share Running Workspace",
26+
"stopSharingWorkspace": "Gitpod Classic: Stop Sharing Running Workspace",
27+
"openInStable": "Gitpod Classic: Open in VS Code",
28+
"openInInsiders": "Gitpod Classic: Open in VS Code Insiders",
29+
"openInBrowser": "Gitpod Classic: Open in Browser",
30+
"runGitpodYml": "Gitpod Classic: Validate Configuration"
3131
}

0 commit comments

Comments
 (0)