Emmet suggestions list missing entries after adding custom snippets.json #130868
Labels
author-verification-requested
Issues potentially verifiable by issue author
bug
Issue identified by VS Code Team member as probable bug
confirmed
Issue has been confirmed by VS Code Team member
emmet
Emmet related issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
snippets.json
, include some custom snippetWhile 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 defaultscript:src
in mysnippets.json
, but now when I want to addlink:css
to my html file and start typinglink
, instead of getting all suggestions likelink:css
,link:print
,link:favicon
, etc, I'm only receiving thelink
suggestion. I'd like to note that if I manually type "link:css" and hitenter
, the snippet still works, but the full suggestions list is gone. If I go tosettings.json
and comment out or remove"emmet.extensionsPath": [ "~/Dev/snippets"],
, then the full suggestions list is shown again.The text was updated successfully, but these errors were encountered: