yuenm18 / ooxml-viewer-vscode

An OOXML Viewer for Visual Studio Code
MIT License
64 stars 10 forks source link

Change tracking sometimes doesn't work with PPTX #27

Closed mikeebowen closed 2 years ago

mikeebowen commented 2 years ago

Some of the time when changes are made from an outside program, the "compare with previous" functionality doesn't correctly note the changes. This may be related to #26

ashahabov commented 2 years ago

@mikeebowen, if I am not mistaken, I also had such issue. The length of the file path was long, eg. c:\temp\...\...\...\...\test.pptx. It was fixed by moving to c:\temp\test.pptx🙂