Skip to content

Visual Studio Code v1.53 Changelog

What changed in VS Code v1.53, released 2021-01-01 โ€” explained in plain English.

TLDR
  • Editor tabs can now wrap to multiple lines instead of using a tiny scrollbar.
  • You can now add color and badge warnings to your tabs to see file statuses at a glance.
  • JavaScript debugging is smarter, and Emmet (a code-shortcut tool) is way faster.
  • VS Code now stops you from accidentally losing data with new warning pop-ups.

Want a heads-up when Visual Studio Code updates?

We email you the moment a new Visual Studio Code version drops โ€” plus plain-English release notes like these. No spam.

Choose update emails Visual Studio Code ยท Vibe Mastermind Updates
Choose which update emails you want

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

This update is all about making your coding workspace cleaner and safer. It matters to anyone who uses VS Code, especially developers who juggle a lot of open files and want better visual cues to avoid mistakes.

What's new

  • Wrapping tabs: If you have a lot of files open, the tabs at the top can now wrap to a second line instead of forcing you to scroll left and right to find your file.
  • Tab decorations: You can now turn on colors or badges on your tabs to show a file's status. For example, a tab might turn red if there's an error, or show an "M" if it's modified in Git (a system for tracking code changes).
  • Custom search modes: You can now choose exactly how searching works. You can set it to use the normal sidebar search, or open a full-screen Search Editor.
  • JavaScript debugging: Added support for "conditional exception breakpoints" (telling the code to pause only when a specific error happens) and Node.js worker_threads (letting JavaScript do multiple things at once).
  • Notebook navigation: Notebooks (documents mixing code and text) now have an outline view and breadcrumbs to help you jump around easily.
  • Markdown image updates: If you're looking at a Markdown preview and change an image file, the preview updates automatically without you having to refresh.
  • Snippet variables: Snippets (templates that spit out pre-written code) can now automatically insert a UUID (a unique ID string) or the file's path.
  • Secrets API: Extension creators now have a secure way to store passwords and sensitive info using your computer's built-in password manager.

Improvements

  • Emmet performance: Emmet (a tool that turns short abbreviations into full HTML/CSS code) now works 20 times faster in large files and supports new features like countdowns.
  • Cleaner Explorer: The "Open Editors" view is hidden by default for new users to make the file explorer look less cluttered.
  • Refactoring UI: When an extension automatically fixes or moves code for you, there's a new menu to let you accept, skip, or preview those changes.
  • Issue reporting: If you're logged into GitHub, you can report a VS Code bug directly from the Help menu.
  • Loading icon: The spinning icon that shows when VS Code is thinking got a smoother animation.

Fixes

  • Data loss prevention: VS Code will now pop up a warning if you try to quit the program while a file is still saving, or if you try to undo a big action in the file explorer that might delete something important.
  • Extension startup bug: Fixed a bug where VS Code was searching your entire project folder when it only needed to check the main folder. This speeds up startup, though it might change exactly when certain extensions load.
  • Security and stability: Minor updates (1.53.1 and 1.53.2) were released shortly after to patch security issues and fix other small glitches.

Breaking changes

No breaking changes in this release.

This is our plain-language summary. Read the complete, official notes on the Visual Studio Code official changelog โ†—.

Vibe Mastermind in 00d 00h 00m 00s
Call LIVE — Join Now