use language server for onEnterRules #57968
Labels
editor-autoindent
Editor auto indentation issues
feature-request
Request for new features or functionality
Milestone
Issue Type: Bug
<div></div>
<div>some <em>text</em> here</div>
</div>
), press enterThe expected behavior is for the closing tag to be indented two lines, and for the cursor to be in the line between the opening and closing tags, indented a level past them. This can be observed when the same steps are followed, except no additional tag is embedded in step 2, just normal text.
Note: this issue occurs commonly for me when using Emmet to type nested lists (many
<li>
and<ul>
tags).VS Code version: Code 1.26.1 (493869e, 2018-08-16T18:31:26.156Z)
OS version: Darwin x64 16.7.0
The text was updated successfully, but these errors were encountered: