
Visual Studio Code 1.94 released with enhanced file search, faster startup, and more
Microsoft has announced the release of Visual Studio Code version 1.94, introducing several enhancements aimed at improving developer productivity. Among the key updates, VS Code now allows for quicker file searches within the explorer view. The Source Control Graph has received additional filtering options and increased interactivity.
Python developers will benefit from the new test coverage feature, enabling them to run tests with coverage and view detailed results directly in the editor. The migration to ECMAScript Modules (ESM) promises a faster startup for VS Code. Users can now specify which account to use for an extension, adding flexibility in account management.
The native REPL now supports Copilot, providing code completions and inline chat. Additionally, the chat context has been enhanced, allowing for drag-and-drop file functionality and improved IntelliSense suggestions. Developers can also receive assistance in setting up a test framework for their workspace, streamlining the testing process.
