formulahendry / vscode-auto-close-tag

Auto Close Tag for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
MIT License
179 stars 53 forks source link

Add support for MDX language #176

Closed kylerjensen closed 4 years ago

kylerjensen commented 4 years ago

Hello! I am trying to use this plugin to auto-close tags in an MDX file (see https://mdxjs.com), but I can't seem to get it to work. I have tried setting "auto-close-tag.activationOnLanguage": ["mdx"] in my settings.json file, but that did not seem to pick it up. I'm assuming that you guys need to manually add support for new languages, correct?

Thanks!

kylerjensen commented 4 years ago

Completely restarting vscode solved the issue for me. Closing this issue for now.