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 ce04967 commit af1c6c0Copy full SHA for af1c6c0
src/vs/workbench/contrib/notebook/browser/view/renderers/cellEditorOptions.ts
@@ -198,7 +198,7 @@ registerAction2(class ToggleActiveLineNumberAction extends NotebookMultiCellActi
198
constructor() {
199
super({
200
id: 'notebook.cell.toggleLineNumbers',
201
- title: 'Show Cell Line Numbers',
+ title: localize('notebook.cell.toggleLineNumbers.title', "Show Cell Line Numbers"),
202
precondition: ActiveEditorContext.isEqualTo(NotebookEditor.ID),
203
menu: [{
204
id: MenuId.NotebookCellTitle,
0 commit comments