You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using IndentPPDirectives: BeforeHash generates an error: YAML:21:21: error: unknown enumerated scalar IndentPPDirectives: BeforeHash
The same works using the clang-format extension and disabling formatting in c/c++
Expected behavior
Should support IndentPPDirectives: BeforeHash
The text was updated successfully, but these errors were encountered:
The version of clang-format we bundle doesn't support that. We're tracking upgrading to 9.0 at #2887. You could set the C_Cpp.clang_format_path to a newer version of clang as a workaround.
Type: LanguageService
Describe the bug
Using IndentPPDirectives: BeforeHash generates an error:
YAML:21:21: error: unknown enumerated scalar IndentPPDirectives: BeforeHash
The same works using the clang-format extension and disabling formatting in c/c++
Expected behavior
Should support IndentPPDirectives: BeforeHash
The text was updated successfully, but these errors were encountered: