Skip to content

Commit

Permalink
Expose prop to determine if custom prop is used (#208145)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Mar 20, 2024
1 parent f29a4bc commit c0fa2a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/ipynb/src/ipynbMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export function activate(context: vscode.ExtensionContext) {


return {
get dropCustomMetadata() {
return !useCustomPropertyInMetadata();
},
exportNotebook: (notebook: vscode.NotebookData): string => {
return exportNotebook(notebook, serializer);
},
Expand Down

0 comments on commit c0fa2a7

Please sign in to comment.