mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Expose prop to determine if custom prop is used (#208145)
This commit is contained in:
@@ -125,6 +125,9 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
|
||||
return {
|
||||
get dropCustomMetadata() {
|
||||
return !useCustomPropertyInMetadata();
|
||||
},
|
||||
exportNotebook: (notebook: vscode.NotebookData): string => {
|
||||
return exportNotebook(notebook, serializer);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user