News

Visual Studio Code Preview 0.8.0 Improves on Debugging

Preview version 0.8.0 adds TypeScript 1.6 support, improved debugging features, themes, and takes care of Windows setup bugaboos that have plagued some VSC users.

The Visual Studio Code Preview version 0.8.0 has a number of small but important changes that are meant to streamline code editing -- new themes, improved debugging, TypeScript 1.6 support -- but big on the list is one that takes care of some reported Windows setup bugaboos.

"We adopted a new installation and update framework for Windows based on Inno Setup. This fixes many Windows integration issues and streamlines the update story, " according to a post on the Visual Studio Code preview blog. Inno Setup is a popular Windows installer developed by Jordan Russell and Martin Laan as an open source project.

As explained in the blog, the setup for 0.8.0 version is a two-step process, which requires all command windows be closed in order for VSC to be able to pick up the righ PATH settings. As well, 0.8.0 uses .vscode as the top-level folder rather than .settings, to make it more obvious when working with a number of IDEs.

Two new changes have been incorporated on the debugging end. One is that VSC is no longer dependent on Mono when debugging on OSX or Linux. What's changed is that the team has "ported the implementation of the Node.js debugging support from C#/Mono to TypeScript/Node.js." The other change is the addition of a preview of the Debug Console that allows for expression evaluations on the fly.

The team said that "TypeScript 1.6 support should be considered experimental," so it's there but it's available for testing purposes only. Since VSC uses version 1.5 by default, it has to be manually enabled. Once enabled, VSC can support colorizing in TypeScript JSX .tsx files as well as JSX files.

Other noteworthy changes include support for ESlint and JSlint in JavaScript files; an Undo Last Commit with Git; and an echoCommand property available from within Tasks, as well as a handful of fixes.

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

comments powered by Disqus

Featured

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube