vs code prevent auto grml closing in js files

Solutions on MaxInterview for vs code prevent auto grml closing in js files by the best coders in the world

showing results for - "vs code prevent auto grml closing in js files"
Micaela
25 Sep 2017
1// For "Auto Close Tag" extension
2
3// In settings.json
4"auto-close-tag.activationOnLanguage": [
5   "html",
6   "xml"
7]