madskristensen / PackageInstaller

A Visual Studio extension
Other
67 stars 15 forks source link

Deprecate Typings and TSD? #24

Closed DavidDeSloovere closed 3 years ago

DavidDeSloovere commented 7 years ago

Starting from TypeScript 2.0, users can install typings using npm install @types/<package>. Both the projects Typings (https://github.com/typings/typings) and TSD (https://github.com/DefinitelyTyped/tsd) have been deprecated in favor of definition files under the @typings folder in npm.

Maybe show a 'deprecated' notion in the options for these, so that people don't start using these anymore. (same goes for Bower, which is in maintance mode)