You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
title: <>Use Your Favourite<br/><strong>VS Code Extensions</strong></>,
21
21
text: (<>
22
-
<p>Install any VS Code extension with one click via the integrated vendor-neutral marketplace of <ahref="https://open-vsx.org/">Open VSX</a>. Enjoy all the features you're used to.</p>
23
-
<p>More about <ahref="/docs/context-urls/">VS Code Extensions</a>.</p>
22
+
<p>Install any VS Code extension with one click via the integrated vendor-neutral marketplace <ahref="https://open-vsx.org/">Open VSX</a>.</p>
23
+
<p>More about <ahref="/docs/vscode-extensions/">VS Code Extensions in Gitpod</a>.</p>
title: <>Save Time with <strong>Prebuilt Workspaces</strong></>,
31
31
text: (<>
32
-
<p>Gitpod continuously builds your git branches like a CI server. This means no more waiting for dependencies to be downloaded and builds to finish. Just coding.</p>
32
+
<p>Gitpod continuously builds your git branches like a CI server. This means no more waiting for dependencies to be downloaded and builds to finish. Just start coding.</p>
33
33
<p><strong>Gitpod is the first IDE that builds your project before you even open it.</strong></p>
34
34
<p>Read more about <Linkto="/docs/prebuilds/">Prebuilt Workspaces.</Link></p>
<p>Don’t postpone work because your current workspace is occupied with your work on the latest features.</p>
44
-
<p>To sneak in a bugfix on a maintenance branch or a code review - just start more workspaces - in parallel.</p>
43
+
<p>Don't postpone time-sensitive tasks because your current workspace is in the middle of a rebase.</p>
44
+
<p>With Gitpod, you can: implement new features; merge a quick fix to a maintenance branch; troubleshoot someone's code; and do deep code reviews — all in self-contained browser tabs.</p>
45
45
</>)
46
46
},
47
47
{
48
48
id: 'linux',
49
49
src: LinuxTerminal,
50
50
alt: 'Linux Terminals',
51
-
title: <>Just like Your Local IDE Including <strong>Linux Terminals</strong></>,
51
+
title: <>Just Like on Your Laptop, Including <strong>Linux Terminals</strong></>,
52
52
text: (<>
53
-
<p>Gitpod instantly starts a machine in the cloud based on a Docker image. Tools that are required for your project or popular are readily installed and configured.</p>
54
-
<p>And still, if you like to do configurations yourself, you can adjust everything to your satisfaction.</p>
55
-
<p>More about <Linkto="/docs/config-docker/">Terminals.</Link></p>
53
+
<p>Gitpod instantly starts a container in the cloud based on your Docker image. Tools that are required for your project are easy to install and configure.</p>
54
+
<p>With good defaults and full customizability, you can adjust everything to your satisfaction.</p>
55
+
<p>More about <Linkto="/docs/config-docker/">Docker Configuration</Link>.</p>
56
56
</>)
57
57
},
58
58
{
59
59
id: 'share',
60
60
src: SharedWorkspaces,
61
61
alt: 'Share Running Workspaces',
62
-
title: <>Better Collaboration with <strong>Shared Running Workspaces</strong></>,
62
+
title: <>Better Collaboration with <strong>Shared Workspaces</strong></>,
63
63
text: (<>
64
-
<p>Collaborate with your friends, colleagues and clients and hunt down bugs together. </p>
65
-
<p>More about <Linkto="/docs/sharing-and-collaboration/">Sharing a Workspace.</Link></p>
64
+
<p>Collaborate with your friends, colleagues, and clients and run software or hunt down bugs together. </p>
65
+
<p>More about <Linkto="/docs/sharing-and-collaboration/">Workspace Sharing</Link><divclassName=""></div></p>
66
66
</>)
67
67
},
68
68
{
69
69
id: 'snapshot',
70
70
src: CreateASnapshot,
71
71
alt: 'Create A Snapshot',
72
-
title: <>Spread Your Work and<strong>Create a Snapshot</strong></>,
72
+
title: <>Spread Your Work by<strong>Creating a Snapshot</strong></>,
73
73
text: (<>
74
-
<p>Whenever you want to share a reproducible example of code or an issue report, simply take Snapshot.</p>
75
-
<p>Based on your snapshot new workspaces can be created and edited independently.</p>
74
+
<p>Whenever you want to share a runnable code example, or reproducible bug report, simply take a Snapshot.</p>
75
+
<p>Based on your Snapshot, new workspaces can be created and edited independently.</p>
76
76
<p>More about <Linkto="/docs/sharing-and-collaboration/#sharing-snapshots">Sharing a Snapshot.</Link></p>
77
77
</>)
78
78
},
79
79
{
80
80
id: 'disposable',
81
81
src: Disposable,
82
82
alt: 'Disposable Workspaces',
83
-
title: <>Start a fresh workspace<br/>for every task with<br/><strong>Disposable Workspaces</strong></>,
83
+
title: <>Start a Fresh Workspace<br/>For Every Task With<br/><strong>Disposable Workspaces</strong></>,
84
84
text: (<>
85
-
<p>You can start up to 16 workspaces at the same time, dispose them whenever needed and reproduce them if you need a clean start.</p>
85
+
<p>Work in up to 16 workspaces at the same time, then push your work and dispose of them when you're done. You can always get a fresh start.</p>
title: <>Do <strong>Code Reviews</strong><br/>Within the IDE</>,
93
93
text: (<>
94
-
<p>Open pull requests in Gitpod to run, navigate, and review the code from within the IDE. Reply to comments and publish code reviews without switching back to GitHub.</p>
94
+
<p>Open Pull/Merge Requests in Gitpod and run, navigate, and review the code from within the IDE. Reply to comments and publish code reviews without needing to switcch.</p>
95
95
<p>More about <Linkto="/blog/when-code-reviews-lgtm/">Code Reviews.</Link></p>
0 commit comments