I'm using VSCODE to program my web apps using JQuery and when I want to work with divs and for example when I want to make a new div in JQuery, I write :
$('<div>
But VSCODE close instantly this html tag like this:
$('<div></div>
What i'd like is to keep this html closing tag in other languages, but disabling it on .js files. Is it possible using VSCODE ?