Typing <
automatically results in <>
in vscode. That is resulting in a problem to me when I use auto-close-tag plugin, because it only works when I close this by myself (i.e., I need to close <div
by myself to result in <div></div>
).
So I need to disable this behavior. How can I do that?
vscode 1.17.2