Highlights from VSCode 1.62

vscode 1.62 highlights

The open source VSCode project, along with VSCodium1, completed their latest monthly release with v1.622. For those of us that haven't been using the Insider's Build,3 it's time to look at what's new.

Make sure to checkout the VSCode 1.62 Release Party on YouTube!

Live Share session sharing in Virtual Workspaces

Live Share in Visual Studio Code

Virtual Workspaces4, such as vscode.dev and github.dev, now support this superpower: sharing a session directly from the browser.

Haven't used Live Share before? Many people are attracted to Google Docs due to how easy it is to collaborate, comment, and highlight sections in order to give each other scathing reviews. Introducing Live Share: instead of waiting for the PR review, you can provide non-constructive feedback to your peers!

Take note: if you are a VSCodium user, sharing/joining sessions won't work. I learned this after spending too much time confused. Be aware of the live-share license agreement, including the information about data collection, which may be part of the incompatibility with VSCodium. There are alternatives, though, such as CodeTogether.

Release Party: Live Share (in vscode.dev)

Bracket pairs

I enjoy whenever features lessen confusion for my eyeballs. I never bought a pair of Google Glass eyewear, even as men everywhere were accidentally taking photos while using urinals in public restrooms. Bracket pair highlighting, though, to show where I am in the russian dolls of nested loops? Yes, please.

Settings of interest:

  • "editor.guides.bracketPairs": "active": Only show guides for only the active bracket pair.

Active bracket pairs in Visual Studio Code

  • "editor.guides.bracketPairs": "true": Show guides for all bracket pairs, with different colors.

All bracket pairs in Visual Studio Code

Release Party: Bracket pair colorization

Verified publishers

Verified publishers of extensions in the Marketplace

When installing extensions, it's nice knowing you're installing the real deal. Microsoft could have gone the whimsically difficult route that Twitter has taken with their blue checkmarks, but instead they have made it an easy process. This was how I learned GitLens was acquired by GitKraken: the truth is out there.

Found a duplicate extension? Check whether one is from a verified publisher by jumping into the Marketplace.

Release Party: Verification for extensions publishers

Other notables

General tip: Wondering what shortcuts are configured in VSCode? One shortcut to rule them all: Ctrl+K Ctrl+S

  • Or Ctrl+Shift+P -> Preferences: Open Keyboard Shortcuts
  • A CVE was addressed involving characters that became invisible, leading to code that could compile differently than visually expected.
  • Extension note: GitHub PRs and Issues brings issue and PR interaction directly into VSCode. Have you taken a look yet?
  • Issues resolved in point releases, referred to as "Recovery" releases, can be found on GitHub: 1.62.1, 1.62.2, and 1.62.3.

Enjoy the blog? Subscribe to our newsletter!

Newsletters not your thing? You can also follow us elsewhere on the interwebs:


Interested in creating your own knowledge base using markdown, git, and VSCode? Get started with Dendron today.


Footnotes

  1. Checkout VSCodium, for the truly MIT-licensed version of the VSCode IDE (with telemetry/tracking disabled).˄

  2. VSCode release notes for 1.62, along with release notes for previous monthly releases.˄

  3. The VSCode Insiders Build allows users to get VSCode with new features as soon as they are available, rather than at the monthly cadence.˄

  4. Reference the VSCode Blog Post on vscode.dev for a full rundown on Virtual Workspaces and bringing VSCode to the browser. Last month, there was a livestream all about it! Watch VS Code for the Web: vscode.dev on YouTube.˄