Visual Studio Code is een opensourcecode-editor met ondersteuning voor IntelliSense, debugging, Git en code snippets. Ondersteuning voor de gangbare script- en programmeertalen is aanwezig en het kan daarnaast via extensies uitgebreid worden. Microsoft heeft versie 1.29 uitgebracht. De bijbehorende lijst met aanpassingen ziet er als volgt uit:
October 2018 (version 1.29)
Welcome to the October 2018 release of Visual Studio Code. There are a number of significant updates in this version that we hope you will like, some of the key highlights include:The release notes are arranged in the following sections related to VS Code focus areas. Here are some further updates:
- Multiline search - Search across files with regex multiline expressions.
 - File icons in IntelliSense - Quickly distinguish file types in IntelliSense.
 - Better macOS support - Full screen mode control and Mojave Dark Mode support.
 - Collapsible stack frames - Collapse uninteresting stack frames to clearly see your code.
 - Improved Loaded Scripts view - Displays related resources such as original source files.
 - Updated extension samples - Uniform style and structure, README, and API usage.
 - CI recipe for extensions - Azure Pipelines build recipe for extensions.
 - Preview: List All References - List All References view shows reference search results.
 
- Workbench - Platform specific end-of-line characters, highlight modified file tabs.
 - Integrated Terminal - Split terminal cwd options, Cmd+Backspace to delete to start of line.
 - Languages - Display CSS Specificity on hover, handle unknown CSS properties.
 - Debugging - Multiple debug consoles, start with stop on entry, style console.log messages.
 - Extension Authoring - Active terminal API, more control over custom views.
 
