We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe3be commit ebcc840Copy full SHA for ebcc840
src/client/datascience/notebookStorage/notebookModel.ts
@@ -90,7 +90,7 @@ export class NativeEditorNotebookModel extends BaseNotebookModel {
90
91
// Dirty state comes from undo. At least VS code will track it that way. However
92
// skip file changes as we don't forward those to VS code
93
- if (change.kind !== 'save' && change.kind !== 'saveAs') {
+ if (change.kind !== 'save' && change.kind !== 'saveAs' && change.kind !== 'updateTrust') {
94
this.changeCount += 1;
95
}
96
0 commit comments