-
Notifications
You must be signed in to change notification settings - Fork 358
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
Typings automatically installed in javascript project #800
Comments
Typings project not yet supported, see #768, only TSD. |
Since it is not supported, why are the json file and the directory created automatically? |
There is a bug here. When a project contains a folder called To reproduce
Some observations
Unfortunately, this means we cannot test out this release as source control is going to get mucked up. Incidentally, I do not really wish to have anything added automatically to my Visual Studio project. So if such a feature is planned it should be off by default and enabled via settings. |
Thanks for the report. The creation of the Why Are the Typings Downloaded? Salsa uses typings definitions ( Why Are they Included in Projects? You can add both the Visual Studio Code has a similar experience currently. What Are We Doing to Make This Better? In VS “15”, this hack is not required. Expected Behavior Just to be clear, the typings should only be downloaded if all of the following are true:
You can also disable automatic type acquisition in the alpha by using one of the other Intellisense levels. Please open issues to track behavior that seems to differ from the expected experience. Also, this feature is experimental, so we're always looking for ways to improve things and greatly appreciate feedback like this. |
@NoelAbrahams This looks like it may be a separate bug. Can you please open another issue to track this so that this thread does not get too cluttered up? Thanks. |
@mjbvz I have changed the Intellisense level to Full IntelliSense and deleted both typing dir and tsd.json but when I open the project, they are created again.Please note that I have updated VS2015 to Update 2. |
Thanks. Yes, it looks like there is a bug here with the gating. I've opened #813 to track that and should have the PR out shortly. |
Oops, failed...they are faster than rabbit. |
typings folders still created automatically on project load... how to turn it off? |
@richarddowner On NTVS 1.2 Note that disabling automatic typings acquisition will result in a degraded intellisense experience. |
I have recently upgraded to NTVS 1.2 Alpha in Visual Studio 2015 Enterprise (with Update 1) and when I re-opened my javascript project, typings were installed automatically. It actually created the typings.json file and the typings directory. Is this the expected behavior for javascript project?
The text was updated successfully, but these errors were encountered: