Skip to content

Emmet Syntax Profiles tag_nl adds extra white space #59395

@charliecalvert

Description

@charliecalvert
  • VSCode Version: 1.27.2
  • OS Version: Ubuntu 18.04

Steps to Reproduce:

  1. Add this to my User Settings:
   "emmet.syntaxProfiles": {
        "html": {
            "tag_nl": false            
        }
    },
  1. Type some text: foo

  2. Select emmet: Wrap with Abbreviation and select a tag such as h1

Expected: <h1>foo</h1>
Actual:

<h1> 	foo </h1>

Note the extra white space.

Does this issue occur when all extensions are disabled?: Yes/No

Not sure how to answer this as I believe emmet is an extension.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugemmetEmmet related issueshelp wantedIssues identified as good community contribution opportunitiesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions