vscode-auto-close-tag
vscode-auto-close-tag copied to clipboard
Extension unwanted behavior
While typing typescript code. something like new Promise<T>
the extension closes that tag new Promise<T></T>
Same happening with me.
Disable typescript from auto-close-tag.activationOnLanguage
array.
Has it been resolved? I have still the same problem with defining types.