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 b75ba63 commit d0d5aa9Copy full SHA for d0d5aa9
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
@@ -1292,6 +1292,7 @@ export class GettingStartedPage extends EditorPane {
1292
{
1293
'data-done-step-id': step.id,
1294
'x-dispatch': 'toggleStepCompletion:' + step.id,
1295
+ 'role': 'checkbox',
1296
});
1297
1298
const container = $('.step-description-container', { 'x-step-description-for': step.id });
0 commit comments