Versie 1.115.0 van Visual Studio Code uitgekomen. Deze opensource code-editor heeft ondersteuning voor IntelliSense, debugging, Git en codesnippets. Downloads zijn beschikbaar voor Windows, Linux en macOS. Ondersteuning voor de gangbare script- en programmeertalen is aanwezig en het kan daarnaast via extensies uitgebreid worden. Microsoft gebruikt tegenwoordig een nieuw uitgaveschema, waarbij het nu wekelijks stabiele versies uitbrengt. De changelog voor deze uitgave kan hieronder worden gevonden.
Visual Studio Code 1.115
- Enable showing test coverage indicators in the minimap. #258961
- Add support for pasting files (for example, images) into the terminal by using Ctrl+V, drag-and-drop, and right-click paste. #301603
- Background terminals automatically notify the agent when commands complete, including the exit code and terminal output. Prompts for input in background terminals are also detected and surfaced to the user. #307201
- Add support for pinch-to-zoom gestures on Mac in the integrated browser. #307267
- Update
code serve-webCLI command to support--disable-telemetry,--default-folder, and--default-workspaceoptions. #192230- The Copilot status bar entitlements and usage information is available in Sessions. #306462
- Add support for connecting to remote machines over SSH, automatically installing the CLI and starting it in agent host mode. #306196
- Track and restore file edits in agent sessions, delivering diffs, undo/redo, and state restoration for customizations made during a session. #305332
- Chat can now track and link to browser tabs that were opened or interacted with during a session, so agents can reference open web pages. #306537
- The
send_to_terminaltool lets agents send commands to background terminals with user confirmation, fixing an issue whererun_in_terminalwith a timeout would move terminals to the background and make them read-only. #305909- Rename agent sessions from the client side via a new client-to-server rename capability in the Agent Host Protocol. #305318
- Open web pages now show their favicons in the Go to File quick pick list, matching the favicon display on browser tab labels. #299792
Happy Coding!
