Fix bad notebook template value

This commit is contained in:
Rob Lourens
2020-06-23 11:32:09 -05:00
parent de01c766a1
commit 07d98f764d
@@ -142,7 +142,7 @@ export class NotebookEditor extends BaseEditor {
if (model === null) {
this._notificationService.prompt(
Severity.Error,
localize('fail.noEditor', "Cannot open resource with notebook editor type '${input.viewType}', please check if you have the right extension installed or enabled."),
localize('fail.noEditor', "Cannot open resource with notebook editor type '{0}', please check if you have the right extension installed or enabled.", input.viewType),
[{
label: localize('fail.reOpen', "Reopen file with VS Code standard text editor"),
run: async () => {