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.
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.