This commit is contained in:
rebornix
2020-05-13 12:53:03 -07:00
parent 03acd2250a
commit 118da97dc8
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export function activate(context: vscode.ExtensionContext): any {
cellKind: vscode.CellKind.Code,
outputs: [],
metadata: {
custom: { testCellMetadata: true }
custom: { testCellMetadata: 123 }
}
}
]