We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5aa9 commit 9fd9f11Copy full SHA for 9fd9f11
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
@@ -1293,6 +1293,7 @@ export class GettingStartedPage extends EditorPane {
1293
'data-done-step-id': step.id,
1294
'x-dispatch': 'toggleStepCompletion:' + step.id,
1295
'role': 'checkbox',
1296
+ 'tabindex': '0',
1297
});
1298
1299
const container = $('.step-description-container', { 'x-step-description-for': step.id });
0 commit comments