@@ -28,7 +28,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
2828 import { IEditorOpenContext, IEditorSerializer } from '../../../common/editor.js';
2929 import { IWebviewElement, IWebviewService } from '../../webview/browser/webview.js';
3030 import './gettingStartedColors.js';
31- @@ -925 ,6 +925 ,72 @@ export class GettingStartedPage extends
31+ @@ -927 ,6 +927 ,72 @@ export class GettingStartedPage extends
3232 $('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
3333 );
3434
@@ -101,7 +101,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
101101 const leftColumn = $('.categories-column.categories-column-left', {},);
102102 const rightColumn = $('.categories-column.categories-column-right', {},);
103103
104- @@ -974 ,6 +1040 ,9 @@ export class GettingStartedPage extends
104+ @@ -976 ,6 +1042 ,9 @@ export class GettingStartedPage extends
105105 recentList.setLimit(5);
106106 reset(leftColumn, startList.getDomElement(), recentList.getDomElement());
107107 }
@@ -234,7 +234,7 @@ Index: code-server/lib/vscode/src/vs/workbench/common/contextkeys.ts
234234===================================================================
235235--- code-server.orig/lib/vscode/src/vs/workbench/common/contextkeys.ts
236236+++ code-server/lib/vscode/src/vs/workbench/common/contextkeys.ts
237- @@ -43 ,6 +43 ,7 @@ export const InAutomationContext = new R
237+ @@ -42 ,6 +42 ,7 @@ export const InAutomationContext = new R
238238
239239 export const IsEnabledFileDownloads = new RawContextKey<boolean>('isEnabledFileDownloads', true, true);
240240 export const IsEnabledFileUploads = new RawContextKey<boolean>('isEnabledFileUploads', true, true);
0 commit comments