-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Type: LanguageService
Describe the bug
- OS and Version: Windows 10, version 1709
- VS Code Version: 1.41.1
- C/C++ Extension Version: 0.26.2
- Other extensions you installed (and if the issue persists after disabling them): Vim (persists)
- A clear and concise description of what the bug is.
Whitesmith formatting is not supported by the language server.
To Reproduce
- Start new code block, for example an if block
- Hit enter, VS Code doesn't indent
- Open new brackets
- VS Code indents cursor instead of lining it up with brackets
Expected behavior
Cursor should indent prior to placing brackets and should not indent within the brackets.