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

Problem with including markdown as language for Emmet #104259

Open
robole opened this issue Aug 7, 2020 · 1 comment
Open

Problem with including markdown as language for Emmet #104259

robole opened this issue Aug 7, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues
Milestone

Comments

@robole
Copy link
Contributor

robole commented Aug 7, 2020

Version: 1.48.0-insider (user setup)
OS: Windows_NT x64 10.0.18362

Steps to Reproduce:

  1. Open settings.json
  2. Add the setting:
"emmet.includeLanguages": {
    "markdown": "html"
  },
  1. Open a markdown file and try to use emmet, it does not work.

There is a workaround discussed in this stack overflow question. The following will work:

"emmet.excludeLanguages": [],
"emmet.includeLanguages": {
"markdown": "html"
},
@mjbvz mjbvz assigned aeschli and unassigned mjbvz Aug 7, 2020
@aeschli aeschli added the emmet Emmet related issues label Aug 12, 2020
@aeschli aeschli removed their assignment Aug 12, 2020
@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Aug 12, 2020
@aeschli aeschli added this to the Backlog milestone Aug 12, 2020
@naher94
Copy link

naher94 commented Apr 3, 2021

seems that you also need to add the code below as of 1.43.0 also discussed in the same Stackoverflow question

"[markdown]": {
    "editor.quickSuggestions": true
}

@rzhao271 rzhao271 modified the milestones: Backlog, June 2021 May 21, 2021
@rzhao271 rzhao271 modified the milestones: June 2021, July 2021 Jun 25, 2021
@rzhao271 rzhao271 modified the milestones: July 2021, Backlog Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues
Projects
None yet
Development

No branches or pull requests

5 participants