News

Visual Studio Code 1.7.2 Replugs JavaScript IntelliSense Module

The Automated Typings Acquisition module that was disabled in VS Code 1.7 looks to be working as originally intended, and is now in a new incremental build available this week.

Remember that minor debacle last month, when Visual Studio Code October Build was rolled back to version 1.6? The issues have been ironed out and Build 1.7.2 is now available.

At issue was some JavaScript IntelliSense capabilities the VS Code team added to the original version 1.7 to help JavaScript developers automate the installation of typing files. Most of the automation comes in the form of an Automated Typings Acquisition module that was developed by the TypeScript team. When the ATA module is deployed through a TypeScript language server, it watches for package.json files to install the needed typings files based on the dependencies cached in a file system. Whether a project.json file exists, the ATA module will figure out the dependencies.

Soon after Visual Studio Code 1.7 was released with the ATA module on November 2, npm's servers were hit by what appeared to be a DDoS attack. In actuality, the rollback incident report posted on the VS Code blog noted that it was really coming from "a huge spike in registry activity from clients attempting to access non-existent packages under the @types scope."

The VS Code team immediately withdrew version 1.7 and had users roll back to version 1.6 (September Build), then to an incremental version 1.7.1 that had the ATA module disabled, but had other newer features enabled in the 1.7 release.

As of this week, version 1.7.2 with the ATA module enabled has been released. It also includes a number fixes.

On a side note, the Visual Studio Code blog has a nifty post for developers who want to contribute source code formatters to the VS Gallery for use with VS Code.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube