We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72e17c commit 2b52ff8Copy full SHA for 2b52ff8
1 file changed
libs/vscode/notebooks/src/lib/serializer/idl-notebook-serializer.class.ts
@@ -10,7 +10,7 @@ import { ToIDLRawNotebook } from './to/to-idl-raw-notebook';
10
/**
11
* Parses/serializes notebook data
12
*/
13
-export class IDLNotebookSerializer implements IDLNotebookSerializer {
+export class IDLNotebookSerializer {
14
15
* Converts a serialized notebook back to a notebook document that
16
* VSCode can render
0 commit comments