Closed juxeii closed 1 year ago
Hi,
am using this extension to format C++ files since 2 years without an issue. But today I got this when trying to format:
My settings are
"emeraldwalk.runonsave": { "commands": [ { "cmd": "clang-format-9 -i ${file}", "match": ".cpp" }, { "cmd": "clang-format-9 -i ${file}", "match": ".hpp" } ] }
Has something changed with VSC itself? I am on version 1.78.2
Sorry for confusion. It was a problem on my side.
Hi,
am using this extension to format C++ files since 2 years without an issue. But today I got this when trying to format:
My settings are
Has something changed with VSC itself? I am on version 1.78.2