Skip to content

Commit 72bd432

Browse files
author
Tajudeen
committed
Fix duplicate extraAnnouncements and improve patch detection
- Remove duplicate workbench.welcomePage.extraAnnouncements entry - Add fix-eol-banner.patch duplicate detection to utils.sh - Prevents duplicate patch application in CI
1 parent 65ea5e7 commit 72bd432

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,6 @@ configurationRegistry.registerConfiguration({
308308
default: true,
309309
description: localize('workbench.welcomePage.extraAnnouncements', "When enabled, the get started page loads additional announcements from !!APP_NAME!!'s repository.")
310310
},
311-
'workbench.welcomePage.extraAnnouncements': {
312-
scope: ConfigurationScope.MACHINE,
313-
type: 'boolean',
314-
default: true,
315-
description: localize('workbench.welcomePage.extraAnnouncements', "When enabled, the get started page loads additional announcements from !!APP_NAME!!'s repository.")
316-
},
317311
'workbench.startupEditor': {
318312
'scope': ConfigurationScope.RESOURCE,
319313
'type': 'string',

0 commit comments

Comments
 (0)