Version 1.91 of VS Code is out now and has some incredible updates:
- You can now install a specific version of extensions without downloading the latest version. This is useful if there are issues with newer versions or if everyone on the team is running a particular version of an extension.
- Override a theme's color or border if you don't like it. You can set it back to "default".
- TypeScript 5.5 is included. It enables regular expression syntax checking in JavaScript and TypeScript.
- Python: VS Code now uses python-environment-tools to discover all Python installs and virtual environments.
- Run "code actions" when saving a file, such as for automatically fixing lint issues.
Top comments (0)