formulahendry / vscode-auto-close-tag

Auto Close Tag for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
MIT License
179 stars 53 forks source link

Extension unwanted behavior #143

Open AMRALAA10 opened 5 years ago

AMRALAA10 commented 5 years ago

While typing typescript code. something like new Promise<T> the extension closes that tag new Promise<T></T>

duwejeferson commented 5 years ago

Same happening with me.

crystalfp commented 4 years ago

Disable typescript from auto-close-tag.activationOnLanguage array.

z46h1 commented 3 years ago

Has it been resolved? I have still the same problem with defining types.