Update to Code 1.77.3 (#6148)
This commit is contained in:
parent
39075b2cf3
commit
c829d74203
@ -1 +1 @@
|
|||||||
Subproject commit e344f1f539a80912a0e9357cec841f36ce97a4e2
|
Subproject commit 704ed70d4fd1c6bd6342c436f1ede30d1cff4710
|
@ -19,7 +19,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
|
|||||||
import { OpenFolderViaWorkspaceAction } from 'vs/workbench/browser/actions/workspaceActions';
|
import { OpenFolderViaWorkspaceAction } from 'vs/workbench/browser/actions/workspaceActions';
|
||||||
import { OpenRecentAction } from 'vs/workbench/browser/actions/windowActions';
|
import { OpenRecentAction } from 'vs/workbench/browser/actions/windowActions';
|
||||||
import { Toggle } from 'vs/base/browser/ui/toggle/toggle';
|
import { Toggle } from 'vs/base/browser/ui/toggle/toggle';
|
||||||
@@ -795,6 +795,72 @@ export class GettingStartedPage extends
|
@@ -796,6 +796,72 @@ export class GettingStartedPage extends
|
||||||
$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
|
$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
|
|||||||
const leftColumn = $('.categories-column.categories-column-left', {},);
|
const leftColumn = $('.categories-column.categories-column-left', {},);
|
||||||
const rightColumn = $('.categories-column.categories-column-right', {},);
|
const rightColumn = $('.categories-column.categories-column-right', {},);
|
||||||
|
|
||||||
@@ -813,13 +879,23 @@ export class GettingStartedPage extends
|
@@ -814,13 +880,23 @@ export class GettingStartedPage extends
|
||||||
const layoutLists = () => {
|
const layoutLists = () => {
|
||||||
if (gettingStartedList.itemCount) {
|
if (gettingStartedList.itemCount) {
|
||||||
this.container.classList.remove('noWalkthroughs');
|
this.container.classList.remove('noWalkthroughs');
|
||||||
@ -120,7 +120,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
|
|||||||
}
|
}
|
||||||
setTimeout(() => this.categoriesPageScrollbar?.scanDomNode(), 50);
|
setTimeout(() => this.categoriesPageScrollbar?.scanDomNode(), 50);
|
||||||
};
|
};
|
||||||
@@ -827,13 +903,23 @@ export class GettingStartedPage extends
|
@@ -828,13 +904,23 @@ export class GettingStartedPage extends
|
||||||
const layoutFeaturedExtension = () => {
|
const layoutFeaturedExtension = () => {
|
||||||
if (featuredExtensionList.itemCount) {
|
if (featuredExtensionList.itemCount) {
|
||||||
this.container.classList.remove('noExtensions');
|
this.container.classList.remove('noExtensions');
|
||||||
|
Reference in New Issue
Block a user