Closed tomyfalgui closed 7 years ago
I suspect it's one of the auto-tag extensions you have installed. Try disabling those to see if that fixes this issue
I got too desperate so I disabled them one by one whole testing which extension causes the problem. It was the sublime Babel extension by Josh Peng that caused the problem.
@tomy8910 Do you mean this one: https://marketplace.visualstudio.com/items?itemName=joshpeng.sublime-babel-vscode ?
Yes!
@tomy8910 Add the below in your settings and Emmet should work as expected inside the nested tag when using the babel extension
"emmet.includeLanguages": {
"jsx-sublime-babel-tags": "javascriptreact"
}
If you try to nest a tag, it will not expand
If the tag is not nested, it will expand.
However, it only occurs when I'm running vscode-insiders with extensions. The problem does not occur when I have disabled my extensions. How do I pinpoint which extension is causing the problem?