Skip Navigation

Monthly Release Notes - April 2024 (version 1.89)

code.visualstudio.com Visual Studio Code April 2024

Learn what is new in the Visual Studio Code April 2024 Release (1.89)

Visual Studio Code April 2024
  • Preview Markdown images & videos - Hover over a link to preview images & videos in Markdown.
  • Enhanced branch switching - Restore open editors seamlessly when switching between branches.
  • Middle-click paste support - Paste text quickly in the terminal using a mouse middle-click.
  • WSL over Remote - SSH - Use WSL when connected to a remote machine via Remote - SSH.
  • Accessible View - Navigate through comments, chat code blocks & terminal commands from the Accessible View.
  • Keyboard shortcuts for UI actions - Customize keybindings for UI actions directly with a right-click.
  • Quick Search - Search for text across your workspace with Quick Search.
  • AI-powered rename suggestions - Get intelligent rename suggestions in the editor with Copilot.
  • Copilot content exclusion - Exclude files from being used in the Copilot context.
  • Local workspace extension - Include and install extensions directly in your workspace.
2

You're viewing a single thread.

2 comments
  • Local workspace extensions

    This one will be useful for when I'm coding inside a docker container that only has a presistant workspace.

    nice update, reminded me that I have no binding action for middle button clicking 😱

    • Well that’s cool. Sounds like the workspace extensions are inspired by the tools.go pattern. Something that I recommend any go developer dig into!