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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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]