@@ -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- @@ -902 ,6 +902 ,72 @@ export class GettingStartedPage extends
31+ @@ -916 ,6 +916 ,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- @@ -937 ,6 +1003 ,9 @@ export class GettingStartedPage extends
104+ @@ -951 ,6 +1017 ,9 @@ export class GettingStartedPage extends
105105 recentList.setLimit(5);
106106 reset(leftColumn, startList.getDomElement(), recentList.getDomElement());
107107 }
@@ -181,15 +181,15 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
181181===================================================================
182182--- code-server.orig/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
183183+++ code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
184- @@ -20 ,6 +20 ,7 @@ export const serverOptions: OptionDescri
184+ @@ -21 ,6 +21 ,7 @@ export const serverOptions: OptionDescri
185185 'auth': { type: 'string' },
186186 'disable-file-downloads': { type: 'boolean' },
187187 'disable-file-uploads': { type: 'boolean' },
188188+ 'disable-getting-started-override': { type: 'boolean' },
189189
190190 /* ----- server setup ----- */
191191
192- @@ -108 ,6 +109 ,7 @@ export interface ServerParsedArgs {
192+ @@ -111 ,6 +112 ,7 @@ export interface ServerParsedArgs {
193193 'auth'?: string;
194194 'disable-file-downloads'?: boolean;
195195 'disable-file-uploads'?: boolean;
0 commit comments