
Sat Oct 05 02:38:19 UTC 2024: ## Visual Studio Code Gets a Major Speed Boost with Latest Update
**Seattle, WA – September [DATE]** – Microsoft has released the latest version of its popular code editor, Visual Studio Code (VS Code), dubbed “September 2024 (version 1.94).” This free, open-source, multi-platform software is available for download from the official website for Windows, macOS, and Linux.
The new update brings a plethora of features, but the most significant change is a massive performance improvement thanks to a switch to the ECMAScript Module (ESM) format. This means all core layers of VS Code, including Electron, Node.js, the browser, and worker processes, now utilize JavaScript’s import and export syntax for loading and exporting modules. The legacy AMD loader has been completely disabled, leading to a dramatic boost in startup performance.
Another major improvement is focused on integration with GitHub Copilot. Users can now drag and drop files or editor tabs directly into the chat interface, providing Copilot with additional context for answering questions. This feature is particularly useful when inquiring about specific files within a project, allowing Copilot to provide more accurate and relevant responses.
These improvements showcase Microsoft’s ongoing commitment to enhancing VS Code’s functionality and user experience. The latest version offers a faster, more efficient, and more integrated coding environment for developers.