Autoindent adjusts end-brace to wrong indentation level (JavaScript) #31455
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-autoindent
Editor auto indentation issues
wont-fix
Steps to Reproduce:
}
at the end of this snippet.}
:} finally {
automatically adjusts the line again, which is frustrating.Is it because the autoindent support doesn't understand anonymous function syntax?
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: