Open AMRALAA10 opened 5 years ago
While typing typescript code. something like new Promise<T> the extension closes that tag new Promise<T></T>
new Promise<T>
new Promise<T></T>
Same happening with me.
Disable typescript from auto-close-tag.activationOnLanguage array.
auto-close-tag.activationOnLanguage
Has it been resolved? I have still the same problem with defining types.
While typing typescript code. something like
new Promise<T>
the extension closes that tagnew Promise<T></T>