VS code c++ formating isuue #11028
Answered
by
sean-mcmanus
anirudh7065
asked this question in
Q&A
|
ms-vscode.cpptools-1.15.4-win32-x64/bin/../LLVM/bin/clang-format.exe -style=clangdiag.clangformatexecutable -fallback-style=LLVM -sort-includes=1 --Wno-error=unknown -assume-filename=E:.vscode\n.cpp showing this in the output box what to do |
Answered by
sean-mcmanus
Jun 2, 2023
Replies: 1 comment 12 replies
|
It sounds like you're hitting a formatting failure. Your formatting settings seem to be incorrect. In particular, -style=clangdiag.clangformatexecutable seems to be invalid. Can you fix your C_Cpp.clang_format_style setting? |
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Actually, you can use Reset Setting: