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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube