-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: Code FoldingLanguage ServiceWorks in VSSo we'd need to fix it for VS Code to reach parity.So we'd need to fix it for VS Code to reach parity.bugfixedCheck 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.
Milestone
Description
Originally reported at #407.
Use code
int main()
{
if (false)
{
#if false
}
#else
}
#endif
return 0;
}
Bug: Code folding incorrectly matches to the inactive } instead of the active one that comes afterwards. The bug doesn't repro with VS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: Code FoldingLanguage ServiceWorks in VSSo we'd need to fix it for VS Code to reach parity.So we'd need to fix it for VS Code to reach parity.bugfixedCheck 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.