Wednesday, August 12, 2015

VS Code Update v0.7.0

And after only one day of my discovery of "add /// reference...." thing in VS Code, and I don't need to say how happy with it I was, in this, very last update this is removed. You no longer need to add reference, you just need to do download .d.ts files and; presto, it works.

Here is excerpt;

We also updated the quick fix code action. Add /// reference for typing file was renamed because ///references are no longer needed to get IntelliSense from .d.ts files. The action is now called Download type definition for some typing file and it downloads the .d.ts file only. "

Full article can be found on Visual Studio Update pages.

No comments:

Post a Comment