@@ -10,7 +10,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
10
10
===================================================================
11
11
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
12
12
+++ code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
13
- @@ -62 ,7 +62 ,7 @@ import { GettingStartedIndexList } from
13
+ @@ -59 ,7 +59 ,7 @@ import { GettingStartedIndexList } from
14
14
import { StandardKeyboardEvent } from 'vs/base/browser/keyboardEvent';
15
15
import { KeyCode } from 'vs/base/common/keyCodes';
16
16
import { getTelemetryLevel } from 'vs/platform/telemetry/common/telemetryUtils';
@@ -19,7 +19,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
19
19
import { OpenFolderViaWorkspaceAction } from 'vs/workbench/browser/actions/workspaceActions';
20
20
import { OpenRecentAction } from 'vs/workbench/browser/actions/windowActions';
21
21
import { Toggle } from 'vs/base/browser/ui/toggle/toggle';
22
- @@ -758 ,6 +758 ,72 @@ export class GettingStartedPage extends
22
+ @@ -756 ,6 +756 ,72 @@ export class GettingStartedPage extends
23
23
$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
24
24
);
25
25
@@ -92,7 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
92
92
93
93
const leftColumn = $('.categories-column.categories-column-left', {},);
94
94
const rightColumn = $('.categories-column.categories-column-right', {},);
95
- @@ -775 ,13 +841 ,23 @@ export class GettingStartedPage extends
95
+ @@ -773 ,13 +839 ,23 @@ export class GettingStartedPage extends
96
96
const layoutLists = () => {
97
97
if (gettingStartedList.itemCount) {
98
98
this.container.classList.remove('noWalkthroughs');
@@ -143,7 +143,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/web.api.ts
143
143
===================================================================
144
144
--- code-server.orig/lib/vscode/src/vs/workbench/browser/web.api.ts
145
145
+++ code-server/lib/vscode/src/vs/workbench/browser/web.api.ts
146
- @@ -276 ,6 +276 ,11 @@ export interface IWorkbenchConstructionO
146
+ @@ -269 ,6 +269 ,11 @@ export interface IWorkbenchConstructionO
147
147
*/
148
148
readonly isEnabledFileDownloads?: boolean
149
149
0 commit comments