@codingame/monaco-vscode-walkthrough-service-override 21.3.1 → 21.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. package/package.json +10 -10
  2. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.js +20 -20
  3. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.js +36 -36
  4. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedAccessibleView.js +3 -3
  5. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedColors.js +7 -7
  6. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedExtensionPoint.js +37 -37
  7. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedIcons.js +2 -2
  8. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedInput.js +1 -1
  9. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService._contribution.js +3 -3
  10. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService.js +1 -1
  11. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/startupPage.js +2 -2
  12. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.js +144 -144
  13. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile.js +3 -3
  14. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker.js +5 -5
  15. package/vscode/src/vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker_small.js +4 -4
  16. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough.js +3 -3
  17. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution.js +2 -2
  18. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart.js +2 -2
  19. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-walkthrough-service-override",
3
- "version": "21.3.1",
3
+ "version": "21.3.3",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - walkthrough service-override",
6
6
  "keywords": [],
@@ -15,15 +15,15 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common": "21.3.1",
19
- "@codingame/monaco-vscode-23b6fb38-5e58-5886-b34b-27abc4f5df02-common": "21.3.1",
20
- "@codingame/monaco-vscode-5e2c24a1-3217-55e8-bc90-521eaf7df5a6-common": "21.3.1",
21
- "@codingame/monaco-vscode-9d0168a3-519b-57f3-9bcc-89efc41f951a-common": "21.3.1",
22
- "@codingame/monaco-vscode-a654b07e-8806-5425-b124-18f03ba8e11a-common": "21.3.1",
23
- "@codingame/monaco-vscode-api": "21.3.1",
24
- "@codingame/monaco-vscode-b6d52a6d-8c8e-51f5-bcd2-1722295e31d9-common": "21.3.1",
25
- "@codingame/monaco-vscode-cf77987b-b1b7-5359-aaf8-a259c63d9f03-common": "21.3.1",
26
- "@codingame/monaco-vscode-f24e325c-2ce0-5bba-8236-bfc4f53180ab-common": "21.3.1",
18
+ "@codingame/monaco-vscode-158b9837-fc78-5d9c-86f5-9134e4358643-common": "21.3.3",
19
+ "@codingame/monaco-vscode-23b6fb38-5e58-5886-b34b-27abc4f5df02-common": "21.3.3",
20
+ "@codingame/monaco-vscode-5e2c24a1-3217-55e8-bc90-521eaf7df5a6-common": "21.3.3",
21
+ "@codingame/monaco-vscode-9d0168a3-519b-57f3-9bcc-89efc41f951a-common": "21.3.3",
22
+ "@codingame/monaco-vscode-a654b07e-8806-5425-b124-18f03ba8e11a-common": "21.3.3",
23
+ "@codingame/monaco-vscode-api": "21.3.3",
24
+ "@codingame/monaco-vscode-b6d52a6d-8c8e-51f5-bcd2-1722295e31d9-common": "21.3.3",
25
+ "@codingame/monaco-vscode-cf77987b-b1b7-5359-aaf8-a259c63d9f03-common": "21.3.3",
26
+ "@codingame/monaco-vscode-f24e325c-2ce0-5bba-8236-bfc4f53180ab-common": "21.3.3",
27
27
  "marked": "14.0.0"
28
28
  },
29
29
  "main": "index.js",
@@ -37,7 +37,7 @@ registerAction2(class extends Action2 {
37
37
  constructor() {
38
38
  super({
39
39
  id: 'workbench.action.openWalkthrough',
40
- title: ( localize2(12509, 'Welcome')),
40
+ title: ( localize2(12522, 'Welcome')),
41
41
  category: Categories.Help,
42
42
  f1: true,
43
43
  menu: {
@@ -46,7 +46,7 @@ registerAction2(class extends Action2 {
46
46
  order: 1,
47
47
  },
48
48
  metadata: {
49
- description: ( localize2(12510, 'Opens a Walkthrough to help you get started in VS Code.'))
49
+ description: ( localize2(12523, 'Opens a Walkthrough to help you get started in VS Code.'))
50
50
  }
51
51
  });
52
52
  }
@@ -91,15 +91,15 @@ registerAction2(class extends Action2 {
91
91
  }
92
92
  });
93
93
  ( Registry.as(EditorExtensions.EditorFactory)).registerEditorSerializer(GettingStartedInput.ID, GettingStartedInputSerializer);
94
- ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(GettingStartedPage, GettingStartedPage.ID, ( localize(12511, "Welcome"))), [
94
+ ( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(EditorPaneDescriptor.create(GettingStartedPage, GettingStartedPage.ID, ( localize(12524, "Welcome"))), [
95
95
  ( new SyncDescriptor(GettingStartedInput))
96
96
  ]);
97
- const category = ( localize2(12511, "Welcome"));
97
+ const category = ( localize2(12524, "Welcome"));
98
98
  registerAction2(class extends Action2 {
99
99
  constructor() {
100
100
  super({
101
101
  id: 'welcome.goBack',
102
- title: ( localize2(12512, 'Go Back')),
102
+ title: ( localize2(12525, 'Go Back')),
103
103
  category,
104
104
  keybinding: {
105
105
  weight: KeybindingWeight.EditorContrib,
@@ -135,7 +135,7 @@ registerAction2(class extends Action2 {
135
135
  constructor() {
136
136
  super({
137
137
  id: 'welcome.markStepComplete',
138
- title: ( localize(12513, "Mark Step Complete")),
138
+ title: ( localize(12526, "Mark Step Complete")),
139
139
  category,
140
140
  });
141
141
  }
@@ -151,7 +151,7 @@ registerAction2(class extends Action2 {
151
151
  constructor() {
152
152
  super({
153
153
  id: 'welcome.markStepIncomplete',
154
- title: ( localize(12514, "Mark Step Incomplete")),
154
+ title: ( localize(12527, "Mark Step Incomplete")),
155
155
  category,
156
156
  });
157
157
  }
@@ -167,7 +167,7 @@ registerAction2(class extends Action2 {
167
167
  constructor() {
168
168
  super({
169
169
  id: 'welcome.showAllWalkthroughs',
170
- title: ( localize2(12515, 'Open Walkthrough...')),
170
+ title: ( localize2(12528, 'Open Walkthrough...')),
171
171
  category,
172
172
  f1: true,
173
173
  menu: {
@@ -199,7 +199,7 @@ registerAction2(class extends Action2 {
199
199
  quickPick.canSelectMany = false;
200
200
  quickPick.matchOnDescription = true;
201
201
  quickPick.matchOnDetail = true;
202
- quickPick.placeholder = ( localize(12516, 'Select a walkthrough to open'));
202
+ quickPick.placeholder = ( localize(12529, 'Select a walkthrough to open'));
203
203
  quickPick.items = await this.getQuickPickItems(contextService, gettingStartedService);
204
204
  quickPick.busy = true;
205
205
  disposables.add(quickPick.onDidAccept(() => {
@@ -226,7 +226,7 @@ CommandsRegistry.registerCommand({
226
226
  }
227
227
  });
228
228
  const WorkspacePlatform = ( new RawContextKey('workspacePlatform', undefined, ( localize(
229
- 12517,
229
+ 12530,
230
230
  "The platform of the current workspace, which in remote or serverless contexts may be different from the platform of the UI"
231
231
  ))));
232
232
  let WorkspacePlatformContribution = class WorkspacePlatformContribution {
@@ -278,7 +278,7 @@ configurationRegistry.registerConfiguration({
278
278
  type: 'boolean',
279
279
  default: true,
280
280
  description: ( localize(
281
- 12518,
281
+ 12531,
282
282
  "When enabled, an extension's walkthrough will open upon install of the extension."
283
283
  ))
284
284
  },
@@ -287,25 +287,25 @@ configurationRegistry.registerConfiguration({
287
287
  'type': 'string',
288
288
  'enum': ['none', 'welcomePage', 'readme', 'newUntitledFile', 'welcomePageInEmptyWorkbench', 'terminal'],
289
289
  'enumDescriptions': [
290
- ( localize(12519, "Start without an editor.")),
290
+ ( localize(12532, "Start without an editor.")),
291
291
  ( localize(
292
- 12520,
292
+ 12533,
293
293
  "Open the Welcome page, with content to aid in getting started with VS Code and extensions."
294
294
  )),
295
295
  ( localize(
296
- 12521,
296
+ 12534,
297
297
  "Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise. Note: This is only observed as a global configuration, it will be ignored if set in a workspace or folder configuration."
298
298
  )),
299
299
  ( localize(
300
- 12522,
300
+ 12535,
301
301
  "Open a new untitled text file (only applies when opening an empty window)."
302
302
  )),
303
- ( localize(12523, "Open the Welcome page when opening an empty workbench.")),
304
- ( localize(12524, "Open a new terminal in the editor area.")),
303
+ ( localize(12536, "Open the Welcome page when opening an empty workbench.")),
304
+ ( localize(12537, "Open a new terminal in the editor area.")),
305
305
  ],
306
306
  'default': 'welcomePage',
307
307
  'description': ( localize(
308
- 12525,
308
+ 12538,
309
309
  "Controls which editor is shown at startup, if none are restored from the previous session."
310
310
  ))
311
311
  },
@@ -313,8 +313,8 @@ configurationRegistry.registerConfiguration({
313
313
  scope: ConfigurationScope.APPLICATION,
314
314
  type: 'boolean',
315
315
  default: false,
316
- deprecationMessage: ( localize(12526, "Deprecated, use the global `workbench.reduceMotion`.")),
317
- description: ( localize(12527, "When enabled, reduce motion in welcome page."))
316
+ deprecationMessage: ( localize(12539, "Deprecated, use the global `workbench.reduceMotion`.")),
317
+ description: ( localize(12540, "When enabled, reduce motion in welcome page."))
318
318
  }
319
319
  }
320
320
  });
@@ -130,7 +130,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
130
130
  this.container = $('.gettingStartedContainer', {
131
131
  role: 'document',
132
132
  tabindex: 0,
133
- 'aria-label': ( localize(12528, "Overview of how to get up to speed with your editor."))
133
+ 'aria-label': ( localize(12541, "Overview of how to get up to speed with your editor."))
134
134
  });
135
135
  this.stepMediaComponent = $('.getting-started-media');
136
136
  this.stepMediaComponent.id = generateUuid();
@@ -206,14 +206,14 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
206
206
  badgeelement.parentElement?.setAttribute('aria-checked', 'true');
207
207
  badgeelement.classList.remove(...ThemeIcon.asClassNameArray(gettingStartedUncheckedCodicon));
208
208
  badgeelement.classList.add('complete', ...ThemeIcon.asClassNameArray(gettingStartedCheckedCodicon));
209
- badgeelement.setAttribute('aria-label', ( localize(12529, "Checkbox for Step {0}: Completed", step.title)));
209
+ badgeelement.setAttribute('aria-label', ( localize(12542, "Checkbox for Step {0}: Completed", step.title)));
210
210
  }
211
211
  else {
212
212
  badgeelement.setAttribute('aria-checked', 'false');
213
213
  badgeelement.parentElement?.setAttribute('aria-checked', 'false');
214
214
  badgeelement.classList.remove('complete', ...ThemeIcon.asClassNameArray(gettingStartedCheckedCodicon));
215
215
  badgeelement.classList.add(...ThemeIcon.asClassNameArray(gettingStartedUncheckedCodicon));
216
- badgeelement.setAttribute('aria-label', ( localize(12530, "Checkbox for Step {0}: Not completed", step.title)));
216
+ badgeelement.setAttribute('aria-label', ( localize(12543, "Checkbox for Step {0}: Not completed", step.title)));
217
217
  }
218
218
  });
219
219
  }
@@ -415,7 +415,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
415
415
  label: x.title,
416
416
  detail: x.description,
417
417
  description: x.source,
418
- }))), { canPickMany: false, matchOnDescription: true, matchOnDetail: true, title: ( localize(12531, "Open Walkthrough...")) });
418
+ }))), { canPickMany: false, matchOnDescription: true, matchOnDetail: true, title: ( localize(12544, "Open Walkthrough...")) });
419
419
  if (selection) {
420
420
  this.runDispatchCommand('selectCategory', selection.id);
421
421
  }
@@ -596,7 +596,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
596
596
  const themeType = this.themeService.getColorTheme().type;
597
597
  const videoPath = media.path[themeType];
598
598
  const videoPoster = media.poster ? media.poster[themeType] : undefined;
599
- const altText = media.altText ? media.altText : ( localize(12532, "Video for {0}", stepToExpand.title));
599
+ const altText = media.altText ? media.altText : ( localize(12545, "Video for {0}", stepToExpand.title));
600
600
  const rawHTML = await this.detailsRenderer.renderVideo(videoPath, videoPoster, altText);
601
601
  this.webview.setHtml(rawHTML);
602
602
  let isDisposed = false;
@@ -624,8 +624,8 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
624
624
  provideScreenReaderUpdate() {
625
625
  if (this.configurationService.getValue(AccessibilityVerbositySettingId.Walkthrough)) {
626
626
  const kbLabel = this.keybindingService.lookupKeybinding(AccessibleViewAction.id)?.getAriaLabel();
627
- return kbLabel ? ( localize(12533, "Inspect this in the accessible view ({0}).\n", kbLabel)) : ( localize(
628
- 12534,
627
+ return kbLabel ? ( localize(12546, "Inspect this in the accessible view ({0}).\n", kbLabel)) : ( localize(
628
+ 12547,
629
629
  "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding.\n"
630
630
  ));
631
631
  }
@@ -685,7 +685,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
685
685
  this.categoriesPageScrollbar.dispose();
686
686
  }
687
687
  this.categoriesSlide = $('.gettingStartedSlideCategories.gettingStartedSlide');
688
- const prevButton = $('button.prev-button.button-link', { 'x-dispatch': 'scrollPrev' }, $('span.scroll-button.codicon.codicon-chevron-left'), $('span.moreText', {}, ( localize(12535, "Go Back"))));
688
+ const prevButton = $('button.prev-button.button-link', { 'x-dispatch': 'scrollPrev' }, $('span.scroll-button.codicon.codicon-chevron-left'), $('span.moreText', {}, ( localize(12548, "Go Back"))));
689
689
  this.stepsSlide = $('.gettingStartedSlideDetails.gettingStartedSlide', {}, prevButton);
690
690
  this.stepsContent = $('.gettingStartedDetailsContent', {});
691
691
  this.detailsPageScrollbar = this._register(( new DomScrollableElement(
@@ -709,11 +709,11 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
709
709
  icon: Codicon.check,
710
710
  actionClassName: 'getting-started-checkbox',
711
711
  isChecked: this.configurationService.getValue(configurationKey) === 'welcomePage',
712
- title: ( localize(12536, "When checked, this page will be shown on startup.")),
712
+ title: ( localize(12549, "When checked, this page will be shown on startup.")),
713
713
  ...defaultToggleStyles
714
714
  }));
715
715
  showOnStartupCheckbox.domNode.id = 'showOnStartup';
716
- const showOnStartupLabel = $('label.caption', { for: 'showOnStartup' }, ( localize(12537, "Show welcome page on startup")));
716
+ const showOnStartupLabel = $('label.caption', { for: 'showOnStartup' }, ( localize(12550, "Show welcome page on startup")));
717
717
  const onShowOnStartupChanged = () => {
718
718
  if (showOnStartupCheckbox.checked) {
719
719
  this.telemetryService.publicLog2('gettingStarted.ActionExecuted', { command: 'showOnStartupChecked', argument: undefined, walkthroughId: this.currentWalkthrough?.id });
@@ -732,7 +732,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
732
732
  showOnStartupCheckbox.checked = !showOnStartupCheckbox.checked;
733
733
  onShowOnStartupChanged();
734
734
  }));
735
- const header = $('.header', {}, $('h1.product-name.caption', {}, this.productService.nameLong), $('p.subtitle.description', {}, ( localize(12538, "Editing evolved"))));
735
+ const header = $('.header', {}, $('h1.product-name.caption', {}, this.productService.nameLong), $('p.subtitle.description', {}, ( localize(12551, "Editing evolved"))));
736
736
  const leftColumn = $('.categories-column.categories-column-left', {});
737
737
  const rightColumn = $('.categories-column.categories-column-right', {});
738
738
  const startList = this.buildStartList();
@@ -825,7 +825,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
825
825
  const link = $('button.button-link');
826
826
  link.innerText = name;
827
827
  link.title = fullPath;
828
- link.setAttribute('aria-label', ( localize(12539, "Open folder {0} with path {1}", name, parentPath)));
828
+ link.setAttribute('aria-label', ( localize(12552, "Open folder {0} with path {1}", name, parentPath)));
829
829
  link.addEventListener('click', e => {
830
830
  this.telemetryService.publicLog2('gettingStarted.ActionExecuted', { command: 'openRecent', argument: undefined, walkthroughId: this.currentWalkthrough?.id });
831
831
  this.hostService.openWindow([windowOpenable], {
@@ -848,18 +848,18 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
848
848
  this.recentlyOpenedList.dispose();
849
849
  }
850
850
  const recentlyOpenedList = this.recentlyOpenedList = ( new GettingStartedIndexList({
851
- title: ( localize(12540, "Recent")),
851
+ title: ( localize(12553, "Recent")),
852
852
  klass: 'recently-opened',
853
853
  limit: 5,
854
- empty: $('.empty-recent', {}, ( localize(12541, "You have no recent folders,")), $('button.button-link', { 'x-dispatch': 'openFolder' }, ( localize(12542, "open a folder"))), ( localize(12543, "to start."))),
854
+ empty: $('.empty-recent', {}, ( localize(12554, "You have no recent folders,")), $('button.button-link', { 'x-dispatch': 'openFolder' }, ( localize(12555, "open a folder"))), ( localize(12556, "to start."))),
855
855
  more: $('.more', {}, $('button.button-link', {
856
856
  'x-dispatch': 'showMoreRecents',
857
857
  title: ( localize(
858
- 12544,
858
+ 12557,
859
859
  "Show All Recent Folders {0}",
860
860
  this.getKeybindingLabel(OpenRecentAction.ID)
861
861
  ))
862
- }, ( localize(12545, "More...")))),
862
+ }, ( localize(12558, "More...")))),
863
863
  renderElement: renderRecent,
864
864
  contextService: this.contextService
865
865
  }));
@@ -887,7 +887,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
887
887
  this.startList.dispose();
888
888
  }
889
889
  const startList = this.startList = ( new GettingStartedIndexList({
890
- title: ( localize(12546, "Start")),
890
+ title: ( localize(12559, "Start")),
891
891
  klass: 'start-container',
892
892
  limit: 10,
893
893
  renderElement: renderStartEntry,
@@ -903,10 +903,10 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
903
903
  const renderNewBadge = (category.newItems || category.newEntry) && !category.isFeatured;
904
904
  const newBadge = $('.new-badge', {});
905
905
  if (category.newEntry) {
906
- reset(newBadge, $('.new-category', {}, ( localize(12547, "New"))));
906
+ reset(newBadge, $('.new-category', {}, ( localize(12560, "New"))));
907
907
  }
908
908
  else if (category.newItems) {
909
- reset(newBadge, $('.new-items', {}, ( localize(12548, "Updated"))));
909
+ reset(newBadge, $('.new-items', {}, ( localize(12561, "Updated"))));
910
910
  }
911
911
  const featuredBadge = $('.featured-badge', {});
912
912
  const descriptionContent = $('.description-content', {});
@@ -922,9 +922,9 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
922
922
  }, featuredBadge, $('.main-content', {}, this.iconWidgetFor(category), titleContent, renderNewBadge ? newBadge : $('.no-badge'), $('a.codicon.codicon-close.hide-category-button', {
923
923
  'tabindex': 0,
924
924
  'x-dispatch': 'hideCategory:' + category.id,
925
- 'title': ( localize(12549, "Hide")),
925
+ 'title': ( localize(12562, "Hide")),
926
926
  'role': 'button',
927
- 'aria-label': ( localize(12550, "Hide")),
927
+ 'aria-label': ( localize(12563, "Hide")),
928
928
  })), descriptionContent, $('.category-progress', { 'x-data-category-id': category.id, }, $('.progress-bar-outer', { 'role': 'progressbar' }, $('.progress-bar-inner'))));
929
929
  };
930
930
  if (this.gettingStartedList) {
@@ -950,10 +950,10 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
950
950
  return rank;
951
951
  };
952
952
  const gettingStartedList = this.gettingStartedList = ( new GettingStartedIndexList({
953
- title: ( localize(12551, "Walkthroughs")),
953
+ title: ( localize(12564, "Walkthroughs")),
954
954
  klass: 'getting-started',
955
955
  limit: 5,
956
- footer: $('span.button-link.see-all-walkthroughs', { 'x-dispatch': 'seeAllWalkthroughs', 'tabindex': 0 }, ( localize(12545, "More..."))),
956
+ footer: $('span.button-link.see-all-walkthroughs', { 'x-dispatch': 'seeAllWalkthroughs', 'tabindex': 0 }, ( localize(12558, "More..."))),
957
957
  renderElement: renderGetttingStaredWalkthrough,
958
958
  rankElement: rankWalkthrough,
959
959
  contextService: this.contextService,
@@ -1006,10 +1006,10 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1006
1006
  bar.style.width = `${progress}%`;
1007
1007
  element.parentElement.classList.toggle('no-progress', stats.stepsComplete === 0);
1008
1008
  if (stats.stepsTotal === stats.stepsComplete) {
1009
- bar.title = ( localize(12552, "All {0} steps complete!", stats.stepsComplete));
1009
+ bar.title = ( localize(12565, "All {0} steps complete!", stats.stepsComplete));
1010
1010
  }
1011
1011
  else {
1012
- bar.title = ( localize(12553, "{0} of {1} steps complete", stats.stepsComplete, stats.stepsTotal));
1012
+ bar.title = ( localize(12566, "{0} of {1} steps complete", stats.stepsComplete, stats.stepsTotal));
1013
1013
  }
1014
1014
  });
1015
1015
  }
@@ -1132,7 +1132,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1132
1132
  if (isCommand) {
1133
1133
  const keybinding = this.getKeyBinding(command);
1134
1134
  if (keybinding) {
1135
- const shortcutMessage = $('span.shortcut-message', {}, ( localize(12554, 'Tip: Use keyboard shortcut ')));
1135
+ const shortcutMessage = $('span.shortcut-message', {}, ( localize(12567, 'Tip: Use keyboard shortcut ')));
1136
1136
  container.appendChild(shortcutMessage);
1137
1137
  const label = ( new KeybindingLabel(shortcutMessage, OS, { ...defaultKeybindingLabelStyles }));
1138
1138
  label.set(keybinding);
@@ -1220,8 +1220,8 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1220
1220
  'role': 'checkbox',
1221
1221
  'aria-checked': step.done ? 'true' : 'false',
1222
1222
  'aria-label': step.done
1223
- ? ( localize(12529, "Checkbox for Step {0}: Completed", step.title))
1224
- : ( localize(12530, "Checkbox for Step {0}: Not completed", step.title)),
1223
+ ? ( localize(12542, "Checkbox for Step {0}: Completed", step.title))
1224
+ : ( localize(12543, "Checkbox for Step {0}: Not completed", step.title)),
1225
1225
  });
1226
1226
  const container = $('.step-description-container', { 'x-step-description-for': step.id });
1227
1227
  this.buildMarkdownDescription(container, step.description);
@@ -1229,10 +1229,10 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1229
1229
  reset(stepTitle, ...renderLabelWithIcons(step.title));
1230
1230
  const stepDescription = $('.step-container', {}, stepTitle, container);
1231
1231
  if (step.media.type === 'image') {
1232
- stepDescription.appendChild($('.image-description', { 'aria-label': ( localize(12555, "Image showing {0}", step.media.altText)) }));
1232
+ stepDescription.appendChild($('.image-description', { 'aria-label': ( localize(12568, "Image showing {0}", step.media.altText)) }));
1233
1233
  }
1234
1234
  else if (step.media.type === 'video') {
1235
- stepDescription.appendChild($('.video-description', { 'aria-label': ( localize(12556, "Video showing {0}", step.media.altText)) }));
1235
+ stepDescription.appendChild($('.video-description', { 'aria-label': ( localize(12569, "Video showing {0}", step.media.altText)) }));
1236
1236
  }
1237
1237
  return $('button.getting-started-step', {
1238
1238
  'x-dispatch': 'selectTask:' + step.id,
@@ -1252,8 +1252,8 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1252
1252
  }
1253
1253
  }));
1254
1254
  const showNextCategory = this.gettingStartedCategories.find(_category => _category.id === category.next);
1255
- const stepsContainer = $('.getting-started-detail-container', { 'role': 'list' }, stepListContainer, $('.done-next-container', {}, $('button.button-link.all-done', { 'x-dispatch': 'allDone' }, $('span.codicon.codicon-check-all'), ( localize(12557, "Mark Done"))), ...(showNextCategory
1256
- ? [$('button.button-link.next', { 'x-dispatch': 'nextSection' }, ( localize(12558, "Next Section")), $('span.codicon.codicon-arrow-right'))]
1255
+ const stepsContainer = $('.getting-started-detail-container', { 'role': 'list' }, stepListContainer, $('.done-next-container', {}, $('button.button-link.all-done', { 'x-dispatch': 'allDone' }, $('span.codicon.codicon-check-all'), ( localize(12570, "Mark Done"))), ...(showNextCategory
1256
+ ? [$('button.button-link.next', { 'x-dispatch': 'nextSection' }, ( localize(12571, "Next Section")), $('span.codicon.codicon-arrow-right'))]
1257
1257
  : [])));
1258
1258
  this.detailsScrollbar = this._register(( new DomScrollableElement(stepsContainer, { className: 'steps-container' })));
1259
1259
  const stepListComponent = this.detailsScrollbar.getDomNode();
@@ -1270,12 +1270,12 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1270
1270
  }
1271
1271
  buildTelemetryFooter(parent) {
1272
1272
  const mdRenderer = this.instantiationService.createInstance(MarkdownRenderer, {});
1273
- const privacyStatementCopy = ( localize(12559, "privacy statement"));
1273
+ const privacyStatementCopy = ( localize(12572, "privacy statement"));
1274
1274
  const privacyStatementButton = `[${privacyStatementCopy}](command:workbench.action.openPrivacyStatementUrl)`;
1275
- const optOutCopy = ( localize(12560, "opt out"));
1275
+ const optOutCopy = ( localize(12573, "opt out"));
1276
1276
  const optOutButton = `[${optOutCopy}](command:settings.filterByTelemetry)`;
1277
1277
  const text = ( localize(
1278
- 12561,
1278
+ 12574,
1279
1279
  "{0} collects usage data. Read our {1} and learn how to {2}.",
1280
1280
  this.productService.nameShort,
1281
1281
  privacyStatementButton,
@@ -1347,7 +1347,7 @@ let GettingStartedPage = class GettingStartedPage extends EditorPane {
1347
1347
  const prevButton = this.container.querySelector('.prev-button.button-link');
1348
1348
  prevButton.style.display = this.editorInput.showWelcome || this.prevWalkthrough ? 'block' : 'none';
1349
1349
  const moreTextElement = prevButton.querySelector('.moreText');
1350
- moreTextElement.textContent = firstLaunch ? ( localize(12562, "Welcome")) : ( localize(12535, "Go Back"));
1350
+ moreTextElement.textContent = firstLaunch ? ( localize(12575, "Welcome")) : ( localize(12548, "Go Back"));
1351
1351
  this.container.querySelector('.gettingStartedSlideDetails').querySelectorAll('button').forEach(button => button.disabled = false);
1352
1352
  this.container.querySelector('.gettingStartedSlideCategories').querySelectorAll('button').forEach(button => button.disabled = true);
1353
1353
  this.container.querySelector('.gettingStartedSlideCategories').querySelectorAll('input').forEach(button => button.disabled = true);
@@ -116,11 +116,11 @@ class GettingStartedAccessibleProvider extends Disposable {
116
116
  }
117
117
  _getContent(waltkrough, step, includeTitle) {
118
118
  const description = ( step.description.map(lt => lt.nodes.filter(node => typeof node === 'string'))).join('\n');
119
- const stepsContent = ( localize(12563, '{0}\n{1}', step.title, description));
119
+ const stepsContent = ( localize(12576, '{0}\n{1}', step.title, description));
120
120
  if (includeTitle) {
121
121
  return [
122
- ( localize(12564, 'Title: {0}', waltkrough.title)),
123
- ( localize(12565, 'Description: {0}', waltkrough.description)),
122
+ ( localize(12577, 'Title: {0}', waltkrough.title)),
123
+ ( localize(12578, 'Description: {0}', waltkrough.description)),
124
124
  stepsContent
125
125
  ].join('\n');
126
126
  }
@@ -12,10 +12,10 @@ import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/quic
12
12
  import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/searchColors';
13
13
  import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
14
14
 
15
- registerColor('welcomePage.background', null, ( localize(12566, 'Background color for the Welcome page.')));
16
- registerColor('welcomePage.tileBackground', { dark: editorWidgetBackground, light: editorWidgetBackground, hcDark: '#000', hcLight: editorWidgetBackground }, ( localize(12567, 'Background color for the tiles on the Welcome page.')));
17
- registerColor('welcomePage.tileHoverBackground', { dark: ( lighten(editorWidgetBackground, .2)), light: ( darken(editorWidgetBackground, .1)), hcDark: null, hcLight: null }, ( localize(12568, 'Hover background color for the tiles on the Welcome.')));
18
- registerColor('welcomePage.tileBorder', { dark: '#ffffff1a', light: '#0000001a', hcDark: contrastBorder, hcLight: contrastBorder }, ( localize(12569, 'Border color for the tiles on the Welcome page.')));
19
- registerColor('welcomePage.progress.background', inputBackground, ( localize(12570, 'Foreground color for the Welcome page progress bars.')));
20
- registerColor('welcomePage.progress.foreground', textLinkForeground, ( localize(12571, 'Background color for the Welcome page progress bars.')));
21
- registerColor('walkthrough.stepTitle.foreground', { light: '#000000', dark: '#ffffff', hcDark: null, hcLight: null }, ( localize(12572, 'Foreground color of the heading of each walkthrough step')));
15
+ registerColor('welcomePage.background', null, ( localize(12579, 'Background color for the Welcome page.')));
16
+ registerColor('welcomePage.tileBackground', { dark: editorWidgetBackground, light: editorWidgetBackground, hcDark: '#000', hcLight: editorWidgetBackground }, ( localize(12580, 'Background color for the tiles on the Welcome page.')));
17
+ registerColor('welcomePage.tileHoverBackground', { dark: ( lighten(editorWidgetBackground, .2)), light: ( darken(editorWidgetBackground, .1)), hcDark: null, hcLight: null }, ( localize(12581, 'Hover background color for the tiles on the Welcome.')));
18
+ registerColor('welcomePage.tileBorder', { dark: '#ffffff1a', light: '#0000001a', hcDark: contrastBorder, hcLight: contrastBorder }, ( localize(12582, 'Border color for the tiles on the Welcome page.')));
19
+ registerColor('welcomePage.progress.background', inputBackground, ( localize(12583, 'Foreground color for the Welcome page progress bars.')));
20
+ registerColor('welcomePage.progress.foreground', textLinkForeground, ( localize(12584, 'Background color for the Welcome page progress bars.')));
21
+ registerColor('walkthrough.stepTitle.foreground', { light: '#000000', dark: '#ffffff', hcDark: null, hcLight: null }, ( localize(12585, 'Foreground color of the heading of each walkthrough step')));