-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode code base - migrate to consuming typings from npm as supported by TS 2.0 #14043
Comments
Blocked by jrieken/gulp-tsb#51 |
Did not make it for November. |
Some improvements happened but we still have quite some code referring to d.ts files in the typings folder. |
Is it still relevant? |
Yes, there is still a typings folder mainly because we customize some of the typings. Need to investigate which once we need to keep. |
I am closing the issue. I looked over the typings folder and there are now quite some new typings because we forked existing npm modules. For the once were it looked reasonable we have them in the package.json now (see https://github.com/Microsoft/vscode/blob/master/package.json#L62) |
The code base still includes a typings folder.
Now, that we are on 2.0 we should consider migrating to consume typings through npm.
The text was updated successfully, but these errors were encountered: