marianob85 / CodeBeautifier

Code beautifier it’s a standalone Visual Studio plugin for various external code-format application
GNU Affero General Public License v3.0
9 stars 3 forks source link

problem when saving with VS2022 17.4 #7

Open stefankueng opened 1 year ago

stefankueng commented 1 year ago

Ever since VS2022 version 17.4 something has changed.

before, when saving a file the beautifier was invoked before the file was actually saved to disk.

but now: VS2022 first saves the file, then the beautifier is invoked and the file is marked with the * in the tab, indicating it needs saving. So the file has to be saved again. So unless beautifying does not change the file, now I have to save the file twice.

pemessier commented 6 months ago

We are running into the same problem while trying to upgrade to the latest VS version (17.10).