Skip to content

Commit 7a68c67

Browse files
committed
Update text for advert
1 parent 9ed8863 commit 7a68c67

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

patches/getting-started.diff

+10-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
1919
import { OpenFolderViaWorkspaceAction } from 'vs/workbench/browser/actions/workspaceActions';
2020
import { OpenRecentAction } from 'vs/workbench/browser/actions/windowActions';
2121
import { Toggle } from 'vs/base/browser/ui/toggle/toggle';
22-
@@ -758,6 +758,65 @@ export class GettingStartedPage extends
22+
@@ -758,6 +758,72 @@ export class GettingStartedPage extends
2323
$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
2424
);
2525

@@ -53,11 +53,18 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
5353
+ style: [
5454
+ 'margin: 0',
5555
+ 'font-size: 13px',
56-
+ 'color: #B3BFD7',
56+
+ 'color: #dcdee2',
5757
+ ].join(';'),
5858
+ }, 'Provision remote development environments on your infrastructure with Coder.'),
5959
+ $('p', {
6060
+ style: [
61+
+ 'margin-top: 8px',
62+
+ 'font-size: 13px',
63+
+ 'color: #dcdee2',
64+
+ ].join(';'),
65+
+ }, 'Coder is a self-service portal which provisions via Terraform—Linux, macOS, Windows, x86, ARM, and, of course, Kubernetes based infrastructure.'),
66+
+ $('p', {
67+
+ style: [
6168
+ 'margin: 0',
6269
+ 'margin-top: 8px',
6370
+ 'font-size: 13px',
@@ -85,7 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
8592

8693
const leftColumn = $('.categories-column.categories-column-left', {},);
8794
const rightColumn = $('.categories-column.categories-column-right', {},);
88-
@@ -775,13 +834,23 @@ export class GettingStartedPage extends
95+
@@ -775,13 +841,23 @@ export class GettingStartedPage extends
8996
const layoutLists = () => {
9097
if (gettingStartedList.itemCount) {
9198
this.container.classList.remove('noWalkthroughs');

0 commit comments

Comments
 (0)