mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
label the execution item a cell (#233944)
This commit is contained in:
@@ -95,7 +95,7 @@ export class NotebookAccessibilityProvider extends Disposable implements IListAc
|
||||
|
||||
private createItemLabel(executionLabel: string, cellKind: CellKind) {
|
||||
return this.isReplHistory ?
|
||||
`item${executionLabel}` :
|
||||
`cell${executionLabel}` :
|
||||
`${cellKind === CellKind.Markup ? 'markdown' : 'code'} cell${executionLabel}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user