From c829d74203c0db26b29bac42f161883b738427bb Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 13 Apr 2023 10:34:33 -0800 Subject: [PATCH] Update to Code 1.77.3 (#6148) --- lib/vscode | 2 +- patches/getting-started.diff | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/vscode b/lib/vscode index e344f1f53..704ed70d4 160000 --- a/lib/vscode +++ b/lib/vscode @@ -1 +1 @@ -Subproject commit e344f1f539a80912a0e9357cec841f36ce97a4e2 +Subproject commit 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 diff --git a/patches/getting-started.diff b/patches/getting-started.diff index 98ab25a54..8dbbe8359 100644 --- a/patches/getting-started.diff +++ b/patches/getting-started.diff @@ -19,7 +19,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro import { OpenFolderViaWorkspaceAction } from 'vs/workbench/browser/actions/workspaceActions'; import { OpenRecentAction } from 'vs/workbench/browser/actions/windowActions'; 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")) ); @@ -92,7 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro const leftColumn = $('.categories-column.categories-column-left', {},); 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 = () => { if (gettingStartedList.itemCount) { 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); }; -@@ -827,13 +903,23 @@ export class GettingStartedPage extends +@@ -828,13 +904,23 @@ export class GettingStartedPage extends const layoutFeaturedExtension = () => { if (featuredExtensionList.itemCount) { this.container.classList.remove('noExtensions');