@@ -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
- @@ -795 ,6 +795 ,72 @@ export class GettingStartedPage extends
22
+ @@ -796 ,6 +796 ,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
const leftColumn = $('.categories-column.categories-column-left', {},);
93
93
const rightColumn = $('.categories-column.categories-column-right', {},);
94
94
95
- @@ -813 ,13 +879 ,23 @@ export class GettingStartedPage extends
95
+ @@ -814 ,13 +880 ,23 @@ export class GettingStartedPage extends
96
96
const layoutLists = () => {
97
97
if (gettingStartedList.itemCount) {
98
98
this.container.classList.remove('noWalkthroughs');
@@ -120,7 +120,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
120
120
}
121
121
setTimeout(() => this.categoriesPageScrollbar?.scanDomNode(), 50);
122
122
};
123
- @@ -827 ,13 +903 ,23 @@ export class GettingStartedPage extends
123
+ @@ -828 ,13 +904 ,23 @@ export class GettingStartedPage extends
124
124
const layoutFeaturedExtension = () => {
125
125
if (featuredExtensionList.itemCount) {
126
126
this.container.classList.remove('noExtensions');
0 commit comments