Skip to content

Commit a662a98

Browse files
committed
Fix kernel viewType
1 parent 7582e64 commit a662a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class RNotebookProvider implements vscode.NotebookContentProvider, vscode
136136
this.kernelScript = kernelScript;
137137
this.disposables.push(
138138
vscode.notebook.registerNotebookKernelProvider({
139-
viewType: 'r'
139+
viewType: 'r-notebook'
140140
}, {
141141
provideKernels: () => {
142142
return [this];

0 commit comments

Comments
 (0)