VS -Code verhindern, dass Auto GRML in JS -Dateien schließt

// For "Auto Close Tag" extension

// In settings.json
"auto-close-tag.activationOnLanguage": [
   "html",
   "xml"
]
florinrelea