Skip to content

The result when "gtc" is expanded with emmet with the extension sass is strange. #117648

@mu60

Description

@mu60
  • VS Code Version: 1.53.2
  • OS Version: Windows10 Home

Steps to Reproduce:

  1. Open the file with the extension sass.
  2. Type gtc and then expand with emmet.
  3. The result is grid-template-columns: repeat ( ). There is a space between repeat and ( ), so it doesn't recognize it as a normal style of css.
  4. grid-template-columns: repeat(). It is desirable to expand in this way. I also want the cursor to be between the parentheses.

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

I want to use Sass, so I haven't disabled Sass.
Also, the Japanese Language Pack could not be disabled.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesinsiders-releasedPatch has been released in VS Code InsidersupstreamIssue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-fixedThe underlying upstream issue has been fixedupstream-issue-linkedThis is an upstream issue that has been reported upstreamverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions