Type: LanguageService
Describe the bug
- C/C++ Extension Version: 1.3.0-insider 3
Steps to reproduce
- Type
^ There is no auto-completed simi-colon at the end of }. The code will be like
class ClassName
{
}
//^ No semi-colon
Expected behavior
class ClassName
{
};
//^ Auto-completed semi-colon