Skip to content

Commit 26af2d3

Browse files
committed
wip: add getting-started patch
1 parent 005fa87 commit 26af2d3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

patches/getting-started.diff

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
2+
===================================================================
3+
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
4+
+++ code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
5+
@@ -758,7 +758,13 @@ export class GettingStartedPage extends
6+
7+
const header = $('.header', {},
8+
$('h1.product-name.caption', {}, this.productService.nameLong),
9+
- $('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
10+
+ $('p.subtitle.description.coder', {},
11+
+ "Using code-server on a team?",
12+
+ ),
13+
+ $('p.subtitle.description.coder', {},
14+
+ "Check out: ",
15+
+ $('a.subtitle.description.coder', { href: "https://github.com/coder/coder" }, "coder/coder")
16+
+ ),
17+
);
18+
19+

patches/series

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ telemetry.diff
1919
display-language.diff
2020
cli-window-open.diff
2121
exec-argv.diff
22+
getting-started.diff

0 commit comments

Comments
 (0)