Bug type: Language Service
Steps to reproduce
- Add settings:
"C_Cpp.formatting":"vcFormat",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace": "newLine"
- Type
"namespace aa::bb::cc{} in a cpp source file.
- Right-click and choose "Format Document"
- Observe the line of "namespace".
Actual:

Expected behavior

Is this a bug on shared code with Visual Studio?