@@ -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- @@ -927 ,6 +927 ,72 @@ export class GettingStartedPage extends
31+ @@ -928 ,6 +928 ,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- @@ -976 ,6 +1042 ,9 @@ export class GettingStartedPage extends
104+ @@ -977 ,6 +1043 ,9 @@ export class GettingStartedPage extends
105105 recentList.setLimit(5);
106106 reset(leftColumn, startList.getDomElement(), recentList.getDomElement());
107107 }
@@ -189,7 +189,7 @@ Index: code-server/lib/vscode/src/vs/server/node/serverEnvironmentService.ts
189189
190190 /* ----- server setup ----- */
191191
192- @@ -114 ,6 +115 ,7 @@ export interface ServerParsedArgs {
192+ @@ -118 ,6 +119 ,7 @@ export interface ServerParsedArgs {
193193 'auth'?: string;
194194 'disable-file-downloads'?: boolean;
195195 'disable-file-uploads'?: boolean;
0 commit comments