Visual Studio Code Version 1.36
Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.
Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console.
Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service.
Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor.
June 2019 (version 1.36)
Update 1.36.1: The update addresses these issues.
Welcome to the June 2019 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include:
- Hide/show status bar items - Only display your preferred status bar items.
- Indent guides in explorers - Clearly highlights your project's folder structure.
- Better terminal shell selector - Easily select the default shell to use in the Integrated Terminal.
- Sequential task execution - Control the order of task and subtask execution.
- Jump to cursor debugging - Skip code execution as you jump to a new location.
- Disable debug console word wrap - Lets you keep debugging output to one line.
- JavaScript/TypeScript nightly builds - New extension integrates JS/TS nightly builds.
- New Java installer - Installs VS Code, the Java extension pack, and required Java dependencies.
- Remote Development (Preview) improvements - Save to local file system, drag and drop files to remotes, and more.
You can go to the website Visual Studio Code or download in the link bellow 😊
Comments
Post a Comment