@codingame/monaco-vscode-walkthrough-service-override 14.0.2 → 14.0.4

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 (18) hide show
  1. package/package.json +11 -11
  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 +31 -31
  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 +156 -156
  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/welcomeWalkthrough/browser/editor/editorWalkThrough.js +3 -3
  16. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution.js +2 -2
  17. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughPart.js +2 -2
  18. package/vscode/src/vs/workbench/contrib/welcomeWalkthrough/common/walkThroughUtils.js +1 -1
@@ -23,13 +23,13 @@ const gettingStartedContentRegistry = ( new GettingStartedContentProviderRegistr
23
23
  gettingStartedContentRegistry.registerProvider('vs/workbench/contrib/welcomeGettingStarted/common/media/theme_picker', themePickerContent);
24
24
  gettingStartedContentRegistry.registerProvider('vs/workbench/contrib/welcomeGettingStarted/common/media/notebookProfile', notebookProfileContent);
25
25
  gettingStartedContentRegistry.registerProvider('vs/workbench/contrib/welcomeGettingStarted/common/media/empty', () => '');
26
- const setupIcon = registerIcon('getting-started-setup', Codicon.zap, ( localize(11038, "Icon used for the setup category of welcome page")));
27
- const beginnerIcon = registerIcon('getting-started-beginner', Codicon.lightbulb, ( localize(11039, "Icon used for the beginner category of welcome page")));
26
+ const setupIcon = registerIcon('getting-started-setup', Codicon.zap, ( localize(11039, "Icon used for the setup category of welcome page")));
27
+ const beginnerIcon = registerIcon('getting-started-beginner', Codicon.lightbulb, ( localize(11040, "Icon used for the beginner category of welcome page")));
28
28
  const startEntries = [
29
29
  {
30
30
  id: 'welcome.showNewFileEntries',
31
- title: ( localize(11040, "New File...")),
32
- description: ( localize(11041, "Open a new untitled text file, notebook, or custom editor.")),
31
+ title: ( localize(11041, "New File...")),
32
+ description: ( localize(11042, "Open a new untitled text file, notebook, or custom editor.")),
33
33
  icon: Codicon.newFile,
34
34
  content: {
35
35
  type: 'startEntry',
@@ -38,8 +38,8 @@ const startEntries = [
38
38
  },
39
39
  {
40
40
  id: 'topLevelOpenMac',
41
- title: ( localize(11042, "Open...")),
42
- description: ( localize(11043, "Open a file or folder to start working")),
41
+ title: ( localize(11043, "Open...")),
42
+ description: ( localize(11044, "Open a file or folder to start working")),
43
43
  icon: Codicon.folderOpened,
44
44
  when: '!isWeb && isMac',
45
45
  content: {
@@ -49,8 +49,8 @@ const startEntries = [
49
49
  },
50
50
  {
51
51
  id: 'topLevelOpenFile',
52
- title: ( localize(11044, "Open File...")),
53
- description: ( localize(11045, "Open a file to start working")),
52
+ title: ( localize(11045, "Open File...")),
53
+ description: ( localize(11046, "Open a file to start working")),
54
54
  icon: Codicon.goToFile,
55
55
  when: 'isWeb || !isMac',
56
56
  content: {
@@ -60,8 +60,8 @@ const startEntries = [
60
60
  },
61
61
  {
62
62
  id: 'topLevelOpenFolder',
63
- title: ( localize(11046, "Open Folder...")),
64
- description: ( localize(11047, "Open a folder to start working")),
63
+ title: ( localize(11047, "Open Folder...")),
64
+ description: ( localize(11048, "Open a folder to start working")),
65
65
  icon: Codicon.folderOpened,
66
66
  when: '!isWeb && !isMac',
67
67
  content: {
@@ -71,8 +71,8 @@ const startEntries = [
71
71
  },
72
72
  {
73
73
  id: 'topLevelOpenFolderWeb',
74
- title: ( localize(11046, "Open Folder...")),
75
- description: ( localize(11047, "Open a folder to start working")),
74
+ title: ( localize(11047, "Open Folder...")),
75
+ description: ( localize(11048, "Open a folder to start working")),
76
76
  icon: Codicon.folderOpened,
77
77
  when: '!openFolderWorkspaceSupport && workbenchState == \'workspace\'',
78
78
  content: {
@@ -82,8 +82,8 @@ const startEntries = [
82
82
  },
83
83
  {
84
84
  id: 'topLevelGitClone',
85
- title: ( localize(11048, "Clone Git Repository...")),
86
- description: ( localize(11049, "Clone a remote repository to a local folder")),
85
+ title: ( localize(11049, "Clone Git Repository...")),
86
+ description: ( localize(11050, "Clone a remote repository to a local folder")),
87
87
  when: 'config.git.enabled && !git.missing',
88
88
  icon: Codicon.sourceControl,
89
89
  content: {
@@ -93,9 +93,9 @@ const startEntries = [
93
93
  },
94
94
  {
95
95
  id: 'topLevelGitOpen',
96
- title: ( localize(11050, "Open Repository...")),
96
+ title: ( localize(11051, "Open Repository...")),
97
97
  description: ( localize(
98
- 11051,
98
+ 11052,
99
99
  "Connect to a remote repository or pull request to browse, search, edit, and commit"
100
100
  )),
101
101
  when: 'workspacePlatform == \'webworker\'',
@@ -107,8 +107,8 @@ const startEntries = [
107
107
  },
108
108
  {
109
109
  id: 'topLevelShowWalkthroughs',
110
- title: ( localize(11052, "Open a Walkthrough...")),
111
- description: ( localize(11053, "View a walkthrough on the editor or an extension")),
110
+ title: ( localize(11053, "Open a Walkthrough...")),
111
+ description: ( localize(11054, "View a walkthrough on the editor or an extension")),
112
112
  icon: Codicon.checklist,
113
113
  when: 'allWalkthroughsHidden',
114
114
  content: {
@@ -118,8 +118,8 @@ const startEntries = [
118
118
  },
119
119
  {
120
120
  id: 'topLevelRemoteOpen',
121
- title: ( localize(11054, "Connect to...")),
122
- description: ( localize(11055, "Connect to remote development workspaces.")),
121
+ title: ( localize(11055, "Connect to...")),
122
+ description: ( localize(11056, "Connect to remote development workspaces.")),
123
123
  when: '!isWeb',
124
124
  icon: Codicon.remote,
125
125
  content: {
@@ -129,8 +129,8 @@ const startEntries = [
129
129
  },
130
130
  {
131
131
  id: 'topLevelOpenTunnel',
132
- title: ( localize(11056, "Open Tunnel...")),
133
- description: ( localize(11057, "Connect to a remote machine through a Tunnel")),
132
+ title: ( localize(11057, "Open Tunnel...")),
133
+ description: ( localize(11058, "Connect to a remote machine through a Tunnel")),
134
134
  when: 'isWeb && showRemoteStartEntryInWeb',
135
135
  icon: Codicon.remote,
136
136
  content: {
@@ -140,15 +140,15 @@ const startEntries = [
140
140
  },
141
141
  ];
142
142
  const Button = (title, href) => `[${title}](${href})`;
143
- const CopilotStepTitle = ( localize(11058, "Use AI features with Copilot for free"));
143
+ const CopilotStepTitle = ( localize(11059, "Use AI features with Copilot for free"));
144
144
  const CopilotDescription = ( localize(
145
- 11059,
145
+ 11060,
146
146
  "You can use [Copilot]({0}) to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.",
147
147
  product.defaultChatAgent?.documentationUrl ?? ''
148
148
  ));
149
- const CopilotSignedOutButton = Button(( localize(11060, "Set Up Copilot for Free")), `command:workbench.action.chat.triggerSetup`);
150
- const CopilotSignedInButton = Button(( localize(11061, "Set Up Copilot for Free")), `command:workbench.action.chat.triggerSetup`);
151
- const CopilotCompleteButton = Button(( localize(11062, "Chat with Copilot")), 'command:workbench.action.chat.open');
149
+ const CopilotSignedOutButton = Button(( localize(11061, "Set Up Copilot for Free")), `command:workbench.action.chat.triggerSetup`);
150
+ const CopilotSignedInButton = Button(( localize(11062, "Set Up Copilot for Free")), `command:workbench.action.chat.triggerSetup`);
151
+ const CopilotCompleteButton = Button(( localize(11063, "Chat with Copilot")), 'command:workbench.action.chat.open');
152
152
  function createCopilotSetupStep(id, button, when, includeTerms) {
153
153
  const description = includeTerms ?
154
154
  `${CopilotDescription}\n\n${button}` :
@@ -166,12 +166,12 @@ function createCopilotSetupStep(id, button, when, includeTerms) {
166
166
  const walkthroughs = [
167
167
  {
168
168
  id: 'Setup',
169
- title: ( localize(11063, "Get Started with VS Code")),
170
- description: ( localize(11064, "Customize your editor, learn the basics, and start coding")),
169
+ title: ( localize(11064, "Get Started with VS Code")),
170
+ description: ( localize(11065, "Customize your editor, learn the basics, and start coding")),
171
171
  isFeatured: true,
172
172
  icon: setupIcon,
173
173
  when: '!isWeb',
174
- walkthroughPageTitle: ( localize(11065, 'Setup VS Code')),
174
+ walkthroughPageTitle: ( localize(11066, 'Setup VS Code')),
175
175
  next: 'Beginner',
176
176
  content: {
177
177
  type: 'steps',
@@ -181,11 +181,11 @@ const walkthroughs = [
181
181
  createCopilotSetupStep('CopilotSetupSignedIn', CopilotSignedInButton, '!chatSetupSignedOut && (!chatSetupInstalled || chatPlanCanSignUp)', true),
182
182
  {
183
183
  id: 'pickColorTheme',
184
- title: ( localize(11066, "Choose your theme")),
184
+ title: ( localize(11067, "Choose your theme")),
185
185
  description: ( localize(
186
- 11067,
186
+ 11068,
187
187
  "The right theme helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}",
188
- Button(( localize(11068, "Browse Color Themes")), 'command:workbench.action.selectTheme')
188
+ Button(( localize(11069, "Browse Color Themes")), 'command:workbench.action.selectTheme')
189
189
  )),
190
190
  completionEvents: [
191
191
  'onSettingChanged:workbench.colorTheme',
@@ -195,11 +195,11 @@ const walkthroughs = [
195
195
  },
196
196
  {
197
197
  id: 'extensionsWeb',
198
- title: ( localize(11069, "Code with extensions")),
198
+ title: ( localize(11070, "Code with extensions")),
199
199
  description: ( localize(
200
- 11070,
200
+ 11071,
201
201
  "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}",
202
- Button(( localize(11071, "Browse Popular Web Extensions")), 'command:workbench.extensions.action.showPopularExtensions')
202
+ Button(( localize(11072, "Browse Popular Web Extensions")), 'command:workbench.extensions.action.showPopularExtensions')
203
203
  )),
204
204
  when: 'workspacePlatform == \'webworker\'',
205
205
  media: {
@@ -208,11 +208,11 @@ const walkthroughs = [
208
208
  },
209
209
  {
210
210
  id: 'findLanguageExtensions',
211
- title: ( localize(11072, "Rich support for all your languages")),
211
+ title: ( localize(11073, "Rich support for all your languages")),
212
212
  description: ( localize(
213
- 11073,
213
+ 11074,
214
214
  "Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}",
215
- Button(( localize(11074, "Browse Language Extensions")), 'command:workbench.extensions.action.showLanguageExtensions')
215
+ Button(( localize(11075, "Browse Language Extensions")), 'command:workbench.extensions.action.showLanguageExtensions')
216
216
  )),
217
217
  when: 'workspacePlatform != \'webworker\'',
218
218
  media: {
@@ -221,11 +221,11 @@ const walkthroughs = [
221
221
  },
222
222
  {
223
223
  id: 'settingsAndSync',
224
- title: ( localize(11075, "Tune your settings")),
224
+ title: ( localize(11076, "Tune your settings")),
225
225
  description: ( localize(
226
- 11076,
226
+ 11077,
227
227
  "Customize every aspect of VS Code and your extensions to your liking. [Back up and sync](command:workbench.userDataSync.actions.turnOn) your essential customizations across all your devices.\n{0}",
228
- Button(( localize(11077, "Open Settings")), 'command:toSide:workbench.action.openSettings')
228
+ Button(( localize(11078, "Open Settings")), 'command:toSide:workbench.action.openSettings')
229
229
  )),
230
230
  when: 'syncStatus != uninitialized',
231
231
  completionEvents: ['onEvent:sync-enabled'],
@@ -235,21 +235,21 @@ const walkthroughs = [
235
235
  },
236
236
  {
237
237
  id: 'commandPaletteTask',
238
- title: ( localize(11078, "Unlock productivity with the Command Palette ")),
238
+ title: ( localize(11079, "Unlock productivity with the Command Palette ")),
239
239
  description: ( localize(
240
- 11079,
240
+ 11080,
241
241
  "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}",
242
- Button(( localize(11080, "Open Command Palette")), 'command:workbench.action.showCommands')
242
+ Button(( localize(11081, "Open Command Palette")), 'command:workbench.action.showCommands')
243
243
  )),
244
244
  media: { type: 'svg', altText: 'Command Palette overlay for searching and executing commands.', path: 'commandPalette.svg' },
245
245
  },
246
246
  {
247
247
  id: 'quickOpen',
248
- title: ( localize(11081, "Quickly navigate between your files")),
248
+ title: ( localize(11082, "Quickly navigate between your files")),
249
249
  description: ( localize(
250
- 11082,
250
+ 11083,
251
251
  "Navigate between files in an instant with one keystroke. Tip: Open multiple files by pressing the right arrow key.\n{0}",
252
- Button(( localize(11083, "Quick Open a File")), 'command:toSide:workbench.action.quickOpen')
252
+ Button(( localize(11084, "Quick Open a File")), 'command:toSide:workbench.action.quickOpen')
253
253
  )),
254
254
  when: 'workspaceFolderCount != 0',
255
255
  media: {
@@ -258,11 +258,11 @@ const walkthroughs = [
258
258
  },
259
259
  {
260
260
  id: 'videoTutorial',
261
- title: ( localize(11084, "Watch video tutorials")),
261
+ title: ( localize(11085, "Watch video tutorials")),
262
262
  description: ( localize(
263
- 11085,
263
+ 11086,
264
264
  "Watch the first in a series of short & practical video tutorials for VS Code's key features.\n{0}",
265
- Button(( localize(11086, "Watch Tutorial")), 'https://aka.ms/vscode-getting-started-video')
265
+ Button(( localize(11087, "Watch Tutorial")), 'https://aka.ms/vscode-getting-started-video')
266
266
  )),
267
267
  media: { type: 'svg', altText: 'VS Code Settings', path: 'learn.svg' },
268
268
  }
@@ -271,23 +271,23 @@ const walkthroughs = [
271
271
  },
272
272
  {
273
273
  id: 'SetupWeb',
274
- title: ( localize(11087, "Get Started with VS Code for the Web")),
275
- description: ( localize(11088, "Customize your editor, learn the basics, and start coding")),
274
+ title: ( localize(11088, "Get Started with VS Code for the Web")),
275
+ description: ( localize(11089, "Customize your editor, learn the basics, and start coding")),
276
276
  isFeatured: true,
277
277
  icon: setupIcon,
278
278
  when: 'isWeb',
279
279
  next: 'Beginner',
280
- walkthroughPageTitle: ( localize(11089, 'Setup VS Code Web')),
280
+ walkthroughPageTitle: ( localize(11090, 'Setup VS Code Web')),
281
281
  content: {
282
282
  type: 'steps',
283
283
  steps: [
284
284
  {
285
285
  id: 'pickColorThemeWeb',
286
- title: ( localize(11066, "Choose your theme")),
286
+ title: ( localize(11067, "Choose your theme")),
287
287
  description: ( localize(
288
- 11067,
288
+ 11068,
289
289
  "The right theme helps you focus on your code, is easy on your eyes, and is simply more fun to use.\n{0}",
290
- Button(( localize(11068, "Browse Color Themes")), 'command:workbench.action.selectTheme')
290
+ Button(( localize(11069, "Browse Color Themes")), 'command:workbench.action.selectTheme')
291
291
  )),
292
292
  completionEvents: [
293
293
  'onSettingChanged:workbench.colorTheme',
@@ -297,11 +297,11 @@ const walkthroughs = [
297
297
  },
298
298
  {
299
299
  id: 'menuBarWeb',
300
- title: ( localize(11090, "Just the right amount of UI")),
300
+ title: ( localize(11091, "Just the right amount of UI")),
301
301
  description: ( localize(
302
- 11091,
302
+ 11092,
303
303
  "The full menu bar is available in the dropdown menu to make room for your code. Toggle its appearance for faster access. \n{0}",
304
- Button(( localize(11092, "Toggle Menu Bar")), 'command:workbench.action.toggleMenuBar')
304
+ Button(( localize(11093, "Toggle Menu Bar")), 'command:workbench.action.toggleMenuBar')
305
305
  )),
306
306
  when: 'isWeb',
307
307
  media: {
@@ -310,11 +310,11 @@ const walkthroughs = [
310
310
  },
311
311
  {
312
312
  id: 'extensionsWebWeb',
313
- title: ( localize(11069, "Code with extensions")),
313
+ title: ( localize(11070, "Code with extensions")),
314
314
  description: ( localize(
315
- 11070,
315
+ 11071,
316
316
  "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}",
317
- Button(( localize(11071, "Browse Popular Web Extensions")), 'command:workbench.extensions.action.showPopularExtensions')
317
+ Button(( localize(11072, "Browse Popular Web Extensions")), 'command:workbench.extensions.action.showPopularExtensions')
318
318
  )),
319
319
  when: 'workspacePlatform == \'webworker\'',
320
320
  media: {
@@ -323,11 +323,11 @@ const walkthroughs = [
323
323
  },
324
324
  {
325
325
  id: 'findLanguageExtensionsWeb',
326
- title: ( localize(11072, "Rich support for all your languages")),
326
+ title: ( localize(11073, "Rich support for all your languages")),
327
327
  description: ( localize(
328
- 11073,
328
+ 11074,
329
329
  "Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}",
330
- Button(( localize(11074, "Browse Language Extensions")), 'command:workbench.extensions.action.showLanguageExtensions')
330
+ Button(( localize(11075, "Browse Language Extensions")), 'command:workbench.extensions.action.showLanguageExtensions')
331
331
  )),
332
332
  when: 'workspacePlatform != \'webworker\'',
333
333
  media: {
@@ -336,11 +336,11 @@ const walkthroughs = [
336
336
  },
337
337
  {
338
338
  id: 'settingsSyncWeb',
339
- title: ( localize(11093, "Sync settings across devices")),
339
+ title: ( localize(11094, "Sync settings across devices")),
340
340
  description: ( localize(
341
- 11094,
341
+ 11095,
342
342
  "Keep your essential customizations backed up and updated across all your devices.\n{0}",
343
- Button(( localize(11095, "Backup and Sync Settings")), 'command:workbench.userDataSync.actions.turnOn')
343
+ Button(( localize(11096, "Backup and Sync Settings")), 'command:workbench.userDataSync.actions.turnOn')
344
344
  )),
345
345
  when: 'syncStatus != uninitialized',
346
346
  completionEvents: ['onEvent:sync-enabled'],
@@ -350,22 +350,22 @@ const walkthroughs = [
350
350
  },
351
351
  {
352
352
  id: 'commandPaletteTaskWeb',
353
- title: ( localize(11078, "Unlock productivity with the Command Palette ")),
353
+ title: ( localize(11079, "Unlock productivity with the Command Palette ")),
354
354
  description: ( localize(
355
- 11079,
355
+ 11080,
356
356
  "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}",
357
- Button(( localize(11080, "Open Command Palette")), 'command:workbench.action.showCommands')
357
+ Button(( localize(11081, "Open Command Palette")), 'command:workbench.action.showCommands')
358
358
  )),
359
359
  media: { type: 'svg', altText: 'Command Palette overlay for searching and executing commands.', path: 'commandPalette.svg' },
360
360
  },
361
361
  {
362
362
  id: 'pickAFolderTask-WebWeb',
363
- title: ( localize(11096, "Open up your code")),
363
+ title: ( localize(11097, "Open up your code")),
364
364
  description: ( localize(
365
- 11097,
365
+ 11098,
366
366
  "You're all set to start coding. You can open a local project or a remote repository to get your files into VS Code.\n{0}\n{1}",
367
- Button(( localize(11098, "Open Folder")), 'command:workbench.action.addRootFolder'),
368
- Button(( localize(11099, "Open Repository")), 'command:remoteHub.openRepository')
367
+ Button(( localize(11099, "Open Folder")), 'command:workbench.action.addRootFolder'),
368
+ Button(( localize(11100, "Open Repository")), 'command:remoteHub.openRepository')
369
369
  )),
370
370
  when: 'workspaceFolderCount == 0',
371
371
  media: {
@@ -374,11 +374,11 @@ const walkthroughs = [
374
374
  },
375
375
  {
376
376
  id: 'quickOpenWeb',
377
- title: ( localize(11081, "Quickly navigate between your files")),
377
+ title: ( localize(11082, "Quickly navigate between your files")),
378
378
  description: ( localize(
379
- 11082,
379
+ 11083,
380
380
  "Navigate between files in an instant with one keystroke. Tip: Open multiple files by pressing the right arrow key.\n{0}",
381
- Button(( localize(11083, "Quick Open a File")), 'command:toSide:workbench.action.quickOpen')
381
+ Button(( localize(11084, "Quick Open a File")), 'command:toSide:workbench.action.quickOpen')
382
382
  )),
383
383
  when: 'workspaceFolderCount != 0',
384
384
  media: {
@@ -390,26 +390,26 @@ const walkthroughs = [
390
390
  },
391
391
  {
392
392
  id: 'SetupAccessibility',
393
- title: ( localize(11100, "Get Started with Accessibility Features")),
393
+ title: ( localize(11101, "Get Started with Accessibility Features")),
394
394
  description: ( localize(
395
- 11101,
395
+ 11102,
396
396
  "Learn the tools and shortcuts that make VS Code accessible. Note that some actions are not actionable from within the context of the walkthrough."
397
397
  )),
398
398
  isFeatured: true,
399
399
  icon: setupIcon,
400
400
  when: CONTEXT_ACCESSIBILITY_MODE_ENABLED.key,
401
401
  next: 'Setup',
402
- walkthroughPageTitle: ( localize(11102, 'Setup VS Code Accessibility')),
402
+ walkthroughPageTitle: ( localize(11103, 'Setup VS Code Accessibility')),
403
403
  content: {
404
404
  type: 'steps',
405
405
  steps: [
406
406
  {
407
407
  id: 'accessibilityHelp',
408
- title: ( localize(11103, "Use the accessibility help dialog to learn about features")),
408
+ title: ( localize(11104, "Use the accessibility help dialog to learn about features")),
409
409
  description: ( localize(
410
- 11104,
410
+ 11105,
411
411
  "The accessibility help dialog provides information about what to expect from a feature and the commands/keybindings to operate them.\n With focus in an editor, terminal, notebook, chat response, comment, or debug console, the relevant dialog can be opened with the Open Accessibility Help command.\n{0}",
412
- Button(( localize(11105, "Open Accessibility Help")), 'command:editor.action.accessibilityHelp')
412
+ Button(( localize(11106, "Open Accessibility Help")), 'command:editor.action.accessibilityHelp')
413
413
  )),
414
414
  media: {
415
415
  type: 'markdown', path: 'empty'
@@ -418,13 +418,13 @@ const walkthroughs = [
418
418
  {
419
419
  id: 'accessibleView',
420
420
  title: ( localize(
421
- 11106,
421
+ 11107,
422
422
  "Screen reader users can inspect content line by line, character by character in the accessible view."
423
423
  )),
424
424
  description: ( localize(
425
- 11107,
425
+ 11108,
426
426
  "The accessible view is available for the terminal, hovers, notifications, comments, notebook output, chat responses, inline completions, and debug console output.\n With focus in any of those features, it can be opened with the Open Accessible View command.\n{0}",
427
- Button(( localize(11108, "Open Accessible View")), 'command:editor.action.accessibleView')
427
+ Button(( localize(11109, "Open Accessible View")), 'command:editor.action.accessibleView')
428
428
  )),
429
429
  media: {
430
430
  type: 'markdown', path: 'empty'
@@ -432,11 +432,11 @@ const walkthroughs = [
432
432
  },
433
433
  {
434
434
  id: 'verbositySettings',
435
- title: ( localize(11109, "Control the verbosity of aria labels")),
435
+ title: ( localize(11110, "Control the verbosity of aria labels")),
436
436
  description: ( localize(
437
- 11110,
437
+ 11111,
438
438
  "Screen reader verbosity settings exist for features around the workbench so that once a user is familiar with a feature, they can avoid hearing hints about how to operate it. For example, features for which an accessibility help dialog exists will indicate how to open the dialog until the verbosity setting for that feature has been disabled.\n These and other accessibility settings can be configured by running the Open Accessibility Settings command.\n{0}",
439
- Button(( localize(11111, "Open Accessibility Settings")), 'command:workbench.action.openAccessibilitySettings')
439
+ Button(( localize(11112, "Open Accessibility Settings")), 'command:workbench.action.openAccessibilitySettings')
440
440
  )),
441
441
  media: {
442
442
  type: 'markdown', path: 'empty'
@@ -444,21 +444,21 @@ const walkthroughs = [
444
444
  },
445
445
  {
446
446
  id: 'commandPaletteTaskAccessibility',
447
- title: ( localize(11112, "Unlock productivity with the Command Palette ")),
447
+ title: ( localize(11113, "Unlock productivity with the Command Palette ")),
448
448
  description: ( localize(
449
- 11113,
449
+ 11114,
450
450
  "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}",
451
- Button(( localize(11080, "Open Command Palette")), 'command:workbench.action.showCommands')
451
+ Button(( localize(11081, "Open Command Palette")), 'command:workbench.action.showCommands')
452
452
  )),
453
453
  media: { type: 'markdown', path: 'empty' },
454
454
  },
455
455
  {
456
456
  id: 'keybindingsAccessibility',
457
- title: ( localize(11114, "Customize your keyboard shortcuts")),
457
+ title: ( localize(11115, "Customize your keyboard shortcuts")),
458
458
  description: ( localize(
459
- 11115,
459
+ 11116,
460
460
  "Once you have discovered your favorite commands, create custom keyboard shortcuts for instant access.\n{0}",
461
- Button(( localize(11116, "Keyboard Shortcuts")), 'command:toSide:workbench.action.openGlobalKeybindings')
461
+ Button(( localize(11117, "Keyboard Shortcuts")), 'command:toSide:workbench.action.openGlobalKeybindings')
462
462
  )),
463
463
  media: {
464
464
  type: 'markdown', path: 'empty',
@@ -467,14 +467,14 @@ const walkthroughs = [
467
467
  {
468
468
  id: 'accessibilitySignals',
469
469
  title: ( localize(
470
- 11117,
470
+ 11118,
471
471
  "Fine tune which accessibility signals you want to receive via audio or a braille device"
472
472
  )),
473
473
  description: ( localize(
474
- 11118,
474
+ 11119,
475
475
  "Accessibility sounds and announcements are played around the workbench for different events.\n These can be discovered and configured using the List Signal Sounds and List Signal Announcements commands.\n{0}\n{1}",
476
- Button(( localize(11119, "List Signal Sounds")), 'command:signals.sounds.help'),
477
- Button(( localize(11120, "List Signal Announcements")), 'command:accessibility.announcement.help')
476
+ Button(( localize(11120, "List Signal Sounds")), 'command:signals.sounds.help'),
477
+ Button(( localize(11121, "List Signal Announcements")), 'command:accessibility.announcement.help')
478
478
  )),
479
479
  media: {
480
480
  type: 'markdown', path: 'empty'
@@ -483,13 +483,13 @@ const walkthroughs = [
483
483
  {
484
484
  id: 'hover',
485
485
  title: ( localize(
486
- 11121,
486
+ 11122,
487
487
  "Access the hover in the editor to get more information on a variable or symbol"
488
488
  )),
489
489
  description: ( localize(
490
- 11122,
490
+ 11123,
491
491
  "While focus is in the editor on a variable or symbol, a hover can be can be focused with the Show or Open Hover command.\n{0}",
492
- Button(( localize(11123, "Show or Focus Hover")), 'command:editor.action.showHover')
492
+ Button(( localize(11124, "Show or Focus Hover")), 'command:editor.action.showHover')
493
493
  )),
494
494
  media: {
495
495
  type: 'markdown', path: 'empty'
@@ -497,11 +497,11 @@ const walkthroughs = [
497
497
  },
498
498
  {
499
499
  id: 'goToSymbol',
500
- title: ( localize(11124, "Navigate to symbols in a file")),
500
+ title: ( localize(11125, "Navigate to symbols in a file")),
501
501
  description: ( localize(
502
- 11125,
502
+ 11126,
503
503
  "The Go to Symbol command is useful for navigating between important landmarks in a document.\n{0}",
504
- Button(( localize(11126, "Go to Symbol")), 'command:editor.action.goToSymbol')
504
+ Button(( localize(11127, "Go to Symbol")), 'command:editor.action.goToSymbol')
505
505
  )),
506
506
  media: {
507
507
  type: 'markdown', path: 'empty'
@@ -510,14 +510,14 @@ const walkthroughs = [
510
510
  {
511
511
  id: 'codeFolding',
512
512
  title: ( localize(
513
- 11127,
513
+ 11128,
514
514
  "Use code folding to collapse blocks of code and focus on the code you're interested in."
515
515
  )),
516
516
  description: ( localize(
517
- 11128,
517
+ 11129,
518
518
  "Fold or unfold a code section with the Toggle Fold command.\n{0}\n Fold or unfold recursively with the Toggle Fold Recursively Command\n{1}\n",
519
- Button(( localize(11129, "Toggle Fold")), 'command:editor.toggleFold'),
520
- Button(( localize(11130, "Toggle Fold Recursively")), 'command:editor.toggleFoldRecursively')
519
+ Button(( localize(11130, "Toggle Fold")), 'command:editor.toggleFold'),
520
+ Button(( localize(11131, "Toggle Fold Recursively")), 'command:editor.toggleFoldRecursively')
521
521
  )),
522
522
  media: {
523
523
  type: 'markdown', path: 'empty'
@@ -525,12 +525,12 @@ const walkthroughs = [
525
525
  },
526
526
  {
527
527
  id: 'intellisense',
528
- title: ( localize(11131, "Use Intellisense to improve coding efficiency")),
528
+ title: ( localize(11132, "Use Intellisense to improve coding efficiency")),
529
529
  description: ( localize(
530
- 11132,
530
+ 11133,
531
531
  "Intellisense suggestions can be opened with the Trigger Intellisense command.\n{0}\n Inline intellisense suggestions can be triggered with Trigger Inline Suggestion\n{1}\n Useful settings include editor.inlineCompletionsAccessibilityVerbose and editor.screenReaderAnnounceInlineSuggestion.",
532
- Button(( localize(11133, "Trigger Intellisense")), 'command:editor.action.triggerSuggest'),
533
- Button(( localize(11134, 'Trigger Inline Suggestion')), 'command:editor.action.inlineSuggest.trigger')
532
+ Button(( localize(11134, "Trigger Intellisense")), 'command:editor.action.triggerSuggest'),
533
+ Button(( localize(11135, 'Trigger Inline Suggestion')), 'command:editor.action.inlineSuggest.trigger')
534
534
  )),
535
535
  media: {
536
536
  type: 'markdown', path: 'empty'
@@ -538,11 +538,11 @@ const walkthroughs = [
538
538
  },
539
539
  {
540
540
  id: 'accessibilitySettings',
541
- title: ( localize(11135, "Configure accessibility settings")),
541
+ title: ( localize(11136, "Configure accessibility settings")),
542
542
  description: ( localize(
543
- 11136,
543
+ 11137,
544
544
  "Accessibility settings can be configured by running the Open Accessibility Settings command.\n{0}",
545
- Button(( localize(11137, "Open Accessibility Settings")), 'command:workbench.action.openAccessibilitySettings')
545
+ Button(( localize(11138, "Open Accessibility Settings")), 'command:workbench.action.openAccessibilitySettings')
546
546
  )),
547
547
  media: { type: 'markdown', path: 'empty' }
548
548
  }
@@ -552,20 +552,20 @@ const walkthroughs = [
552
552
  {
553
553
  id: 'Beginner',
554
554
  isFeatured: false,
555
- title: ( localize(11138, "Learn the Fundamentals")),
555
+ title: ( localize(11139, "Learn the Fundamentals")),
556
556
  icon: beginnerIcon,
557
- description: ( localize(11139, "Get an overview of the most essential features")),
558
- walkthroughPageTitle: ( localize(11140, 'Essential Features')),
557
+ description: ( localize(11140, "Get an overview of the most essential features")),
558
+ walkthroughPageTitle: ( localize(11141, 'Essential Features')),
559
559
  content: {
560
560
  type: 'steps',
561
561
  steps: [
562
562
  {
563
563
  id: 'extensions',
564
- title: ( localize(11069, "Code with extensions")),
564
+ title: ( localize(11070, "Code with extensions")),
565
565
  description: ( localize(
566
- 11141,
566
+ 11142,
567
567
  "Extensions are VS Code's power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.\n{0}",
568
- Button(( localize(11142, "Browse Popular Extensions")), 'command:workbench.extensions.action.showPopularExtensions')
568
+ Button(( localize(11143, "Browse Popular Extensions")), 'command:workbench.extensions.action.showPopularExtensions')
569
569
  )),
570
570
  when: 'workspacePlatform != \'webworker\'',
571
571
  media: {
@@ -574,11 +574,11 @@ const walkthroughs = [
574
574
  },
575
575
  {
576
576
  id: 'terminal',
577
- title: ( localize(11143, "Built-in terminal")),
577
+ title: ( localize(11144, "Built-in terminal")),
578
578
  description: ( localize(
579
- 11144,
579
+ 11145,
580
580
  "Quickly run shell commands and monitor build output, right next to your code.\n{0}",
581
- Button(( localize(11145, "Open Terminal")), 'command:workbench.action.terminal.toggleTerminal')
581
+ Button(( localize(11146, "Open Terminal")), 'command:workbench.action.terminal.toggleTerminal')
582
582
  )),
583
583
  when: 'workspacePlatform != \'webworker\' && remoteName != codespaces && !terminalIsOpen',
584
584
  media: {
@@ -587,11 +587,11 @@ const walkthroughs = [
587
587
  },
588
588
  {
589
589
  id: 'debugging',
590
- title: ( localize(11146, "Watch your code in action")),
590
+ title: ( localize(11147, "Watch your code in action")),
591
591
  description: ( localize(
592
- 11147,
592
+ 11148,
593
593
  "Accelerate your edit, build, test, and debug loop by setting up a launch configuration.\n{0}",
594
- Button(( localize(11148, "Run your Project")), 'command:workbench.action.debug.selectandstart')
594
+ Button(( localize(11149, "Run your Project")), 'command:workbench.action.debug.selectandstart')
595
595
  )),
596
596
  when: 'workspacePlatform != \'webworker\' && workspaceFolderCount != 0',
597
597
  media: {
@@ -600,11 +600,11 @@ const walkthroughs = [
600
600
  },
601
601
  {
602
602
  id: 'scmClone',
603
- title: ( localize(11149, "Track your code with Git")),
603
+ title: ( localize(11150, "Track your code with Git")),
604
604
  description: ( localize(
605
- 11150,
605
+ 11151,
606
606
  "Set up the built-in version control for your project to track your changes and collaborate with others.\n{0}",
607
- Button(( localize(11151, "Clone Repository")), 'command:git.clone')
607
+ Button(( localize(11152, "Clone Repository")), 'command:git.clone')
608
608
  )),
609
609
  when: 'config.git.enabled && !git.missing && workspaceFolderCount == 0',
610
610
  media: {
@@ -613,11 +613,11 @@ const walkthroughs = [
613
613
  },
614
614
  {
615
615
  id: 'scmSetup',
616
- title: ( localize(11149, "Track your code with Git")),
616
+ title: ( localize(11150, "Track your code with Git")),
617
617
  description: ( localize(
618
- 11152,
618
+ 11153,
619
619
  "Set up the built-in version control for your project to track your changes and collaborate with others.\n{0}",
620
- Button(( localize(11153, "Initialize Git Repository")), 'command:git.init')
620
+ Button(( localize(11154, "Initialize Git Repository")), 'command:git.init')
621
621
  )),
622
622
  when: 'config.git.enabled && !git.missing && workspaceFolderCount != 0 && gitOpenRepositoryCount == 0',
623
623
  media: {
@@ -626,11 +626,11 @@ const walkthroughs = [
626
626
  },
627
627
  {
628
628
  id: 'scm',
629
- title: ( localize(11149, "Track your code with Git")),
629
+ title: ( localize(11150, "Track your code with Git")),
630
630
  description: ( localize(
631
- 11154,
631
+ 11155,
632
632
  "No more looking up Git commands! Git and GitHub workflows are seamlessly integrated.\n{0}",
633
- Button(( localize(11155, "Open Source Control")), 'command:workbench.view.scm')
633
+ Button(( localize(11156, "Open Source Control")), 'command:workbench.view.scm')
634
634
  )),
635
635
  when: 'config.git.enabled && !git.missing && workspaceFolderCount != 0 && gitOpenRepositoryCount != 0 && activeViewlet != \'workbench.view.scm\'',
636
636
  media: {
@@ -639,11 +639,11 @@ const walkthroughs = [
639
639
  },
640
640
  {
641
641
  id: 'installGit',
642
- title: ( localize(11156, "Install Git")),
642
+ title: ( localize(11157, "Install Git")),
643
643
  description: ( localize(
644
- 11157,
644
+ 11158,
645
645
  "Install Git to track changes in your projects.\n{0}\n{1}Reload window{2} after installation to complete Git setup.",
646
- Button(( localize(11158, "Install Git")), 'https://aka.ms/vscode-install-git'),
646
+ Button(( localize(11159, "Install Git")), 'https://aka.ms/vscode-install-git'),
647
647
  '[',
648
648
  '](command:workbench.action.reloadWindow)'
649
649
  )),
@@ -657,12 +657,12 @@ const walkthroughs = [
657
657
  },
658
658
  {
659
659
  id: 'tasks',
660
- title: ( localize(11159, "Automate your project tasks")),
660
+ title: ( localize(11160, "Automate your project tasks")),
661
661
  when: 'workspaceFolderCount != 0 && workspacePlatform != \'webworker\'',
662
662
  description: ( localize(
663
- 11160,
663
+ 11161,
664
664
  "Create tasks for your common workflows and enjoy the integrated experience of running scripts and automatically checking results.\n{0}",
665
- Button(( localize(11161, "Run Auto-detected Tasks")), 'command:workbench.action.tasks.runTask')
665
+ Button(( localize(11162, "Run Auto-detected Tasks")), 'command:workbench.action.tasks.runTask')
666
666
  )),
667
667
  media: {
668
668
  type: 'svg', altText: 'Task runner.', path: 'runTask.svg',
@@ -670,11 +670,11 @@ const walkthroughs = [
670
670
  },
671
671
  {
672
672
  id: 'shortcuts',
673
- title: ( localize(11162, "Customize your shortcuts")),
673
+ title: ( localize(11163, "Customize your shortcuts")),
674
674
  description: ( localize(
675
- 11163,
675
+ 11164,
676
676
  "Once you have discovered your favorite commands, create custom keyboard shortcuts for instant access.\n{0}",
677
- Button(( localize(11116, "Keyboard Shortcuts")), 'command:toSide:workbench.action.openGlobalKeybindings')
677
+ Button(( localize(11117, "Keyboard Shortcuts")), 'command:toSide:workbench.action.openGlobalKeybindings')
678
678
  )),
679
679
  media: {
680
680
  type: 'svg', altText: 'Interactive shortcuts.', path: 'shortcuts.svg',
@@ -682,12 +682,12 @@ const walkthroughs = [
682
682
  },
683
683
  {
684
684
  id: 'workspaceTrust',
685
- title: ( localize(11164, "Safely browse and edit code")),
685
+ title: ( localize(11165, "Safely browse and edit code")),
686
686
  description: ( localize(
687
- 11165,
687
+ 11166,
688
688
  "{0} lets you decide whether your project folders should **allow or restrict** automatic code execution __(required for extensions, debugging, etc)__.\nOpening a file/folder will prompt to grant trust. You can always {1} later.",
689
- Button(( localize(11166, "Workspace Trust")), 'https://code.visualstudio.com/docs/editor/workspace-trust'),
690
- Button(( localize(11167, "enable trust")), 'command:toSide:workbench.action.manageTrustedDomain')
689
+ Button(( localize(11167, "Workspace Trust")), 'https://code.visualstudio.com/docs/editor/workspace-trust'),
690
+ Button(( localize(11168, "enable trust")), 'command:toSide:workbench.action.manageTrustedDomain')
691
691
  )),
692
692
  when: 'workspacePlatform != \'webworker\' && !isWorkspaceTrusted && workspaceFolderCount == 0',
693
693
  media: {
@@ -699,20 +699,20 @@ const walkthroughs = [
699
699
  },
700
700
  {
701
701
  id: 'notebooks',
702
- title: ( localize(11168, "Customize Notebooks")),
702
+ title: ( localize(11169, "Customize Notebooks")),
703
703
  description: '',
704
704
  icon: setupIcon,
705
705
  isFeatured: false,
706
706
  when: `config.${NotebookSetting.openGettingStarted} && userHasOpenedNotebook`,
707
- walkthroughPageTitle: ( localize(11169, 'Notebooks')),
707
+ walkthroughPageTitle: ( localize(11170, 'Notebooks')),
708
708
  content: {
709
709
  type: 'steps',
710
710
  steps: [
711
711
  {
712
712
  completionEvents: ['onCommand:notebook.setProfile'],
713
713
  id: 'notebookProfile',
714
- title: ( localize(11170, "Select the layout for your notebooks")),
715
- description: ( localize(11171, "Get notebooks to feel just the way you prefer")),
714
+ title: ( localize(11171, "Select the layout for your notebooks")),
715
+ description: ( localize(11172, "Get notebooks to feel just the way you prefer")),
716
716
  when: 'userHasOpenedNotebook',
717
717
  media: {
718
718
  type: 'markdown', path: 'notebookProfile'