-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: Code FoldingLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix
Milestone
Description
@vacing The fix is in 1.5.0 (https://github.com/microsoft/vscode-cpptools/releases/tag/1.5.0).
thank you, it workes fine for the previous case, now I have a new bad case : (
if (true) {
if (true) {
;
} else {
;
}
;
} else if(true) // else or else if(), the most important is no bracket here
;Originally posted by @vacing in #5521 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: Code FoldingLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix