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
With TS 2.0.5 automated typings acquisition story works well. There are several glitches but nothing unsolvable in for the October release.
JS users still need to a jsconf.json file in order to get code completions. We should look into automatically/virtually injecting the "project marker".
When opening a new js folder/project the TS server determines all modules/libraries and starts acquiring their typings. If the typings are not yet cached this can be a work intensive process with a lot of CPU usage. I.e. we need to inform users that something is happening.
Typings can refer to a different version than the actual module/library. We should look into letting users know how proposals are computed (when the ask for it).
With 2.0 TypeScript changed how typings are acquired.
The text was updated successfully, but these errors were encountered: