Replies: 1 comment 1 reply
-
If you're using the C/C++ extension with a recent version of clang-tidy, then they should be turned off by default. It's controlled by the clang-format setting "FixNamespaceComments: false". It's possible you're using using another extension to format your code which doesn't have that default or your other clang-format settings are changing the default behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have got question about this.
https://stackoverflow.com/questions/69518605/visual-studio-code-namespace-generating-turn-off
Is there a way how to turn it off ?
If there is not, can you please add it as new feature ?
Thanks, for response.
Beta Was this translation helpful? Give feedback.
All reactions