Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alexbraga opened this issue Aug 15, 2021 · 1 comment
Closed
Assignees
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

Comments

@alexbraga
Copy link

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.

@rzhao271 rzhao271 added bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues confirmed Issue has been confirmed by VS Code Team member labels Oct 5, 2021
@rzhao271 rzhao271 added this to the October 2021 milestone Oct 8, 2021
rzhao271 added a commit to microsoft/vscode-emmet-helper that referenced this issue Oct 8, 2021
@mjbvz mjbvz added the author-verification-requested Issues potentially verifiable by issue author label Oct 26, 2021
@sbatten sbatten added the verified Verification succeeded label Oct 28, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

5 participants
@sbatten @rzhao271 @mjbvz @alexbraga and others