Paul Krill
Editor at Large

Visual Studio Code 1.51 brings workbench improvements

news
Nov 6, 20202 mins

While this latest edition is considered a housekeeping release, it does introduce navigation enhancements to both the workbench and the terminal

raining data on keyboard programming developer code
Credit: Thinkstock

Visual Studio Code 1.51, an upgrade to Microsoft’s popular open source code editor published this week, is being described by the project as a housekeeping release but with workbench and terminal capabilities added.

The workbench now features more prominent pinned tabs, which show their pin icon even while inactive, making them easier to identify. Should an editor be pinned and contain unsaved changes, the icon reflects both states. The workbench also now uses a custom hover instead of a native tooltip in extension tree views. The hover is consistent across host platforms and fits better with the UX.

Other additions and improvements in Visual Studio Code 1.51:

  • Developers using the workbench now can install an extension without synchronizing it while settings sync is enabled.
  • The editor now supports installing an extension VSIX file from Windows Explorer by right-clicking on a VSIX file and choosing the “Install Extension VSIX” context menu item.
  • A “local echo” mode in the terminal attempts to predict modifications and cursor movements made locally and show them in the UI without requiring a round trip to the server.
  • IntelliSense improvements have been made to the suggestions UI, including that it now can be resized. Also, the cursor can be moved while suggestions are showing. A new editor.suggest.insertMode setting allows developers to configure whether they prefer insert or replace.
  • Custom snippets in the Emmet web toolkit have returned. Snippets automatically refresh upon saving the snippets file or updating the emmet.extensionsPath setting.
  • The source control input box saves commit message history. Also for source control, a “Git: Rebase branch…” command has been added, for rebasing a branch using the UI. A “GitClone (Recursive)” command allows recursive cloning of Git repos, including nested Git submodules.
  • The TypeScript 4.1 beta is supported.
  • An empty brace formatting option is featured for TypeScript and JavaScript.

Visual Studio Code 1.51, also known as the October 2020 release, can be downloaded from code.visualstudio.com.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author