Highlights from VSCode 1.62

Derek Ardolf
dendron
Published in
3 min readNov 24, 2021

--

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

Make sure to check out the VSCode 1.62 Release Party on YouTube!

Live Share session sharing in Virtual Workspaces

Virtual Workspaces, 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.
  • "editor.guides.bracketPairs": "true": Show guides for all bracket pairs, with different colors.

Release Party: Bracket pair colorization

Verified publishers

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? Latest updates can be seen in the extension changelog.
  • 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:

--

--

Derek Ardolf
dendron
Editor for

Person on the Internet that wants to connect to your Second Brain || Automate and document all the things! Docs-as-Code / DevOps / AWS / Python