VS Code version: 1.34.0 Extension version: 1.9.0 ~ 1.9.5 Sample Code ```cpp // another comment int fun() /* a comment */ // test { return 1; /* a comment */ // test } ``` 