What's hot in VS Code v1.114? πŸ”₯

Visual Studio Code version 1.114 enhances the GitHub Copilot chat experience by enabling markdown-formatted copying of chat responses, improved media playback within the chat, and a more powerful semantic workspace search. Additionally, it introduces a troubleshooting command for chat customizations, all aimed at streamlining AI-assisted coding and collaboration within the editor.

The latest release of Visual Studio Code, version 1.114, focuses heavily on enhancing the chat experience with GitHub Copilot. One of the standout features introduced is the ability to copy chat responses directly into markdown format. This makes it easier for users to share code snippets or solutions generated by Copilot with their team by simply right-clicking on the chat response, copying it, and pasting it into any markdown file, ensuring the content is well-formatted and easy to read.

Another significant update is the improved handling of media within the chat attachments. Users can now view videos inside the image carousel feature. By adding a video file to the project and opening it through the image preview option, users can watch the video directly within VS Code, complete with playback controls such as play and pause. This enhancement streamlines the workflow by keeping media consumption within the development environment.

The release also brings a simplified and more powerful workspace search capability. The hashtag codebase command has been revamped to use purely semantic search, providing faster and more accurate results when querying the codebase. This means developers can ask natural language questions like β€œWhere are my tests?” and receive precise answers, improving productivity and making code navigation more intuitive.

Additionally, the update introduces a troubleshooting feature for chat customizations. By using the forward slash troubleshoot command, users can invoke a diagnostic tool that helps identify and resolve issues related to GitHub Copilot within the chat window. This proactive approach to problem-solving aims to reduce downtime and enhance the overall user experience when interacting with Copilot.

Overall, version 1.114 of VS Code is centered on streamlining and enriching the GitHub Copilot chat experience. From better sharing options and media integration to smarter search and troubleshooting tools, this release equips developers with more efficient ways to interact with their code and collaborate within the editor. The enhancements reflect a commitment to making AI-assisted coding smoother and more accessible.