@@ -19,7 +19,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
1919 import { OpenFolderViaWorkspaceAction } from 'vs/workbench/browser/actions/workspaceActions';
2020 import { OpenRecentAction } from 'vs/workbench/browser/actions/windowActions';
2121 import { Toggle } from 'vs/base/browser/ui/toggle/toggle';
22- @@ -795 ,6 +795 ,72 @@ export class GettingStartedPage extends
22+ @@ -796 ,6 +796 ,72 @@ export class GettingStartedPage extends
2323 $('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
2424 );
2525
@@ -92,7 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
9292 const leftColumn = $('.categories-column.categories-column-left', {},);
9393 const rightColumn = $('.categories-column.categories-column-right', {},);
9494
95- @@ -813 ,13 +879 ,23 @@ export class GettingStartedPage extends
95+ @@ -814 ,13 +880 ,23 @@ export class GettingStartedPage extends
9696 const layoutLists = () => {
9797 if (gettingStartedList.itemCount) {
9898 this.container.classList.remove('noWalkthroughs');
@@ -120,7 +120,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
120120 }
121121 setTimeout(() => this.categoriesPageScrollbar?.scanDomNode(), 50);
122122 };
123- @@ -827 ,13 +903 ,23 @@ export class GettingStartedPage extends
123+ @@ -828 ,13 +904 ,23 @@ export class GettingStartedPage extends
124124 const layoutFeaturedExtension = () => {
125125 if (featuredExtensionList.itemCount) {
126126 this.container.classList.remove('noExtensions');
0 commit comments