Skip to content

Emmet suggestions list missing entries after adding custom snippets.json #130868

Closed
@alexbraga

Description

@alexbraga

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

  • VS Code Version: 1.59.0
  • OS Version: Kubuntu 20.04

Steps to Reproduce:

  1. create snippets.json, include some custom snippet
  2. add it to Settings > Emmet: Extensions Path

While the custom snippet works fine in my html files, some default Emmet snippets suggestions are not showing anymore even though they're not being replaced by snippets.json. In my case, for example, I indeed replaced the default script:src in my snippets.json, but now when I want to add link:css to my html file and start typing link, instead of getting all suggestions like link:css, link:print, link:favicon, etc, I'm only receiving the link suggestion. I'd like to note that if I manually type "link:css" and hit enter, the snippet still works, but the full suggestions list is gone. If I go to settings.json and comment out or remove "emmet.extensionsPath": [ "~/Dev/snippets"],, then the full suggestions list is shown again.

Metadata

Metadata

Assignees

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberemmetEmmet related issuesinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions