| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Kudos, SonarCloud Quality Gate passed!
|
Sorry, something went wrong.
| // Dirty state comes from undo. At least VS code will track it that way. However | ||
| // skip file changes as we don't forward those to VS code | ||
| if (change.kind !== 'save' && change.kind !== 'saveAs') { | ||
| if (change.kind !== 'save' && change.kind !== 'saveAs' && change.kind !== 'updateTrust') { |
There was a problem hiding this comment.
Looks like this is one of those where a test would have been good. No need of tests now.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For #12867
Don't increase model change count when trust updates