You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if the plugin had support for filesGlob attribute for the tsconfig.json file.
Like in Atom, we can have an filesGlob attribute like this:
The right thing is for the compiler to support it. then all editors will get it for free. that is better than having all editors to go support it independently.
We have a PR for this in microsoft/TypeScript#3232 that is incomplete, if some one is interested in picking that up, this will solve the underlying issue.
It would be useful if the plugin had support for filesGlob attribute for the tsconfig.json file.
Like in Atom, we can have an filesGlob attribute like this:
and it will scan the directories and add the files to files section.
Thanks
The text was updated successfully, but these errors were encountered: