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.26.1 uitgebracht. De bijbehorende lijst met aanpassingen ziet er als volgt uit:
Version 1.26.1 - July Recovery 2018July 2018 (version 1.26)
- Extension host terminated unexpectedly after 1.26.0 update
- Problem entries loops
- Problem Tab is all corrupted with Typescript Problems
- RG 700% CPU usage
- Opened files are not searched until file tab is clicked
- Built-in git extension disabled
- VS Code Hangs When Opening Specific PowerShell File
- VSCode hangs when opening python file
- File paths in Open Recent Menu starts with / and lower case drive letter
- Editor layout is called on every config change
Welcome to the July 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:
- Breadcrumbs - Breadcrumb navigation lets you jump to symbols and files in your workspace.
- Quick Fixes from Problems panel - Apply code fixes while reviewing warnings and errors.
- User setup on Windows - Elevation no longer required during Windows setup.
- Terminal column selection - Alt+click to select blocks of text in the integrated terminal.
- Add all missing imports - Single action to add all missing imports in a JavaScript/TypeScript file.
- JSX tag completion - Work with JSX tags in JavaScript/TypeScript just like you do in HTML.
- Better JS/TS error reporting - Concise, clear messages with relevant source code links.
- Improved extension search - Filter Marketplace queries to find the extensions you want.
- Extension Pack management - Manage Extension Packs as a single unit or by individual extension.
- Preview: Settings editor - Rich settings description display, "Table of Contents" tracks scrolling.