Paul Krill
Editor at Large

Visual Studio Code 1.73 shines on Command Center, merge editor

news
Nov 9, 20223 mins

October 2022 release of Microsoft’s code editor also features auto-updates for Markdown links, new Python extensions, Dev Container templates, and more.

binary code
Credit: Harry Metcalfe

Visual Studio Code 1.73, a just-released update to Microsoft’s popular code editor, adds improvements ranging from Command Center mode shortcuts to new merge editor features and new Python extensions.

Also dubbed the October 2022 release of the editor, VS Code 1.73 was announced on November 2, 2022. For the Command Center, a top section was added with the intention of making it easy to discover how to navigate to files, run commands, and perform other operations. A short list of modes provides keybinding hints for users to jump directly to the most-used modes, such as Go to File, without going through the Command Center.

The merge editor, meanwhile, received polishing as well as bug fixes and new features. In VS Code 1.73, both Accept Incoming and Accept Current can always be selected. When both options are taken, the merge editor appends corresponding changed lines. Also, the merge editor’s default diff algorithm was changed. The new algorithm is optimized for merge scenarios.

VS Code 1.73, which follows last month’s VS Code 1.72 release, can be downloaded for Windows, macOS, or Linux from the Visual Studio Code webpage. Other features of VS Code 1.73 include the following:

  • When right-clicking a folder in the Search view’s tree view of results, there now are two new options in the context menu. Restrict Search to Folder adds the selected folder path or paths to the “files to include” textbox, while Exclude Folder from Search adds the selected folder or paths to the “files to exclude” textbox.
  • A Settings Profiles capability is available in preview.
  • A new markdown.updateLinksOnFileMove.enabled setting will automatically update links and images in Markdown when files are moved or renamed in the Visual Studio Code Explorer.
  • Markdown: Insert Link to File in Workspace and Markdown: Insert Image from Workspace commands let developers quickly insert links and images into Markdown by using a file picker. Also, built-in Markdown validation can alert users to unused or duplicate link definitions.
  • A better-maintained Razor grammar for syntax highlighting is featured for Razor files.
  • Remote Development extensions now include Dev Container Templates, allowing developers to create a Dev Container based on an existing template.
  • New audio cues help with Tasks and the Terminal, sounding for a task completed, for a task failed, and when a Terminal Quick Fix is available.
  • For VS Code for the Web, committing to a protected branch in GitHub or Azure Repos will trigger notifications that the current branch is protected, and prompt developers to create a new branch.
  • New standalone extensions for Python are offered for isort, Pylint, and Flake8.
  • TypeScript 4.9 support is included as a preview.
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