Microsoft 11971 Published by Philipp Esselbach 0

Visual Studio Code version 1.115 finally lets you paste images directly into the terminal using Ctrl+V or drag-and-drop instead of hunting for file paths. Background terminals now properly notify AI agents when commands finish, stopping automation scripts from freezing during timeout events that plagued previous builds. Mac users get pinch-to-zoom back in the integrated browser while session tracking finally restores file edits and displays favicons in quick pick lists. The update fixes specific workflow bottlenecks without forcing developers into beta territory or breaking existing extension configurations.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft has released a preview build of Windows Package Manager version 1.29 that brings real improvements for power users and automation scripts. The most notable addition is an experimental source priority feature allowing administrators to rank manifests so the tool prefers specific sources without prompting for disambiguation. Script writers will appreciate a new no-progress flag that suppresses spinners for cleaner output and updated GitHub API authentication to prevent rate limit failures in CI pipelines. Even though this is a pre-release that might have bugs, these updates finally tackle the search result ordering issues and integration reliability problems on Windows systems.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft just dropped a Windows Terminal Preview update that finally silences the aggressive invalid media resource warnings. Text selection logic now uses absolute coordinates to prevent accidental highlighting when Shift clicks are used during complex workflows. Under the hood changes restore Windows 7 behavior for Ctrl+Z inputs while eliminating significant memory leaks tied to screen readers. This Friday release ensures image pasting and focus handling work properly so the tool remains useful without breaking over the weekend.

Microsoft 11971 Published by Philipp Esselbach 0

Windows Terminal v1.24 has officially moved into the release preview ring with several targeted fixes for daily friction points. The update removes the aggressive error messaging that previously told users to get rekt when handling invalid media resources. Clipboard interactions receive a major overhaul that prevents unwanted overwrites and fixes focus loss during search operations. Developers and multilingual users will also benefit from resolved issues regarding ConPTY stability and Korean IME input placement.

Microsoft 11971 Published by Philipp Esselbach 0

This update finally cleans up the chat interface so you can preview videos and copy just the final Markdown without pasting along all that internal agent noise. Microsoft has also simplified search by removing the confusing local versus remote index split and letting Copilot handle semantic indexing automatically behind the scenes. If your AI ever acts up you can now reference specific past sessions to diagnose why custom instructions were ignored or responses lagged. Just keep in mind that Edit Mode is officially deprecated so you need to stop relying on it before version 1.125 removes the feature entirely.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft dropped a preview build of Windows Package Manager version 1.29.50 for users who need to test upcoming fixes before they hit stable releases. This update targets power users by enhancing PowerShell repair logic and solving recursive loops when updating winget from within itself. Internal stability gets a boost with changes to how the command builder handles user input alongside a new DSC resource list for system administrators. While average desktop users might not notice, those running automated setups will appreciate the reduced crash risks during deployments.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft dropped the Azure SDK March 2026 update with security improvements for .NET that allows pulling certificates directly from an OS store instead of dealing with loose files on disk. Rust users face some headaches since this release removes WebAssembly support and forces changes to how Cosmos DB queries return data streams. Content Understanding finally hits general availability across .NET, JavaScript, and Python so teams can start analyzing documents without waiting for beta access. Teams should check their dependency lists carefully before pulling these updates because breaking changes will likely cause pipeline failures if ignored.

Microsoft 11971 Published by Philipp Esselbach 0

Visual Studio Code 1.113 focuses on stabilizing agent workflows by enabling subagent invocations and extending MCP server support to CLI tools. The chat interface receives a central customization hub along with direct controls for model reasoning effort right inside the picker menu. Local development gets less frustrating since the integrated browser now allows temporary trust for self-signed certificates without blocking progress. A fresh set of default themes arrives to modernize the editor while syncing automatically with the operating system dark or light mode.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft has pushed out a pre-release update for Windows Subsystem for Linux that prioritizes security by bumping the .NET runtime version to address specific vulnerabilities. Developers will notice significant networking improvements including native IPv6 support and better handling of mounted directories through virtiofs. Several stubborn bugs get resolved in this build while iptables joins the list of default applications available for new Linux distributions. The update also refactors ARM64 development workflows and enables support for Visual Studio 2026 solution generation projects to align with new IDE features.

Microsoft 11971 Published by Philipp Esselbach 0

TypeScript 6.0 has been released as a transitional step that aligns the compiler with upcoming performance improvements in the native Go rewrite scheduled for version 7.0. Significant configuration defaults have changed, requiring developers to explicitly set strict mode and list type packages since automatic discovery is now disabled. The release introduces support for modern standards including es2025 features and new Map methods while deprecating legacy module systems like AMD and ES5 targets. Users must update their tsconfig files immediately to handle breaking changes such as removed baseUrl functionality and the shift toward ESM defaults.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft finally pushed the General Availability button on PowerShell 7.6 LTS to serve as the new baseline for .NET 10 automation. Engine reliability improvements and sharper tab completion save valuable time when working in the interactive shell environment where consistency is key. Breaking changes in Join-Path and escaping logic require a quick check of existing code before pushing updates to production servers. Anyone managing long-term support environments should lock this version down immediately to avoid future compatibility headaches.

Microsoft 11971 Published by Philipp Esselbach 0

Visual Studio Code 1.112 arrives with a major push toward smoother automation by introducing permission levels that let agents work autonomously without constant approval requests. Web developers will appreciate the new integrated browser debugging capabilities which allow breakpoints and variable inspection directly within the editor window instead of switching contexts. Security gets a boost on macOS and Linux through MCP server sandboxing that restricts file system access for local tools to prevent unauthorized data exposure. The updated troubleshooting skills help diagnose agent behavior issues by analyzing debug logs directly in the chat interface rather than manually parsing files.

Microsoft 11971 Published by Philipp Esselbach 0

PowerToys version 0.98.0 finally tackles the clunky Keyboard Manager interface by rebuilding the editor with WinUI3 for a unified experience. A new Command Palette Dock feature allows power users to pin favorite tools directly to the screen edge instead of hunting them down every time. Multi-monitor setups get a boost from rewritten CursorWrap logic and cleaner Always On Top controls that work right out of the box. This release targets actual workflow frustrations instead of adding feature bloat so it remains essential for anyone who relies on these tools daily.

Microsoft 11971 Published by Philipp Esselbach 0

The latest release candidate for Windows Package Manager (winget) brings several useful tweaks, including a new source edit command and experimental listDetails option. The update allows users to toggle between implicit and explicit sources with the "winget source edit" subcommand, and enables richer output with the "listDetails" flag. Users can also set log file size limits using the "--log-size-limit" option, preventing runaway logs from filling up a SSD. Several bugs have been patched in this release, including issues related to portable packages, configuration agreements, font installation scripts, and corrupted winget caches.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft has released the second preview of .NET 11, which tackles common issues with runtime fixes and performance boosts. The update includes a new "Runtime Async (V2)" feature that removes deadlocks caused by mixing async code with older synchronization primitives. Other improvements include slimmer packaging for Linux and macOS installers, native OpenTelemetry tracing in ASP.NET Core, and enhanced support for Entity Framework Core and .NET MAUI. Developers can download the SDK from Microsoft's site and add "--preview" to their build commands to try out the new features.

Microsoft 11971 Published by Philipp Esselbach 0

The latest VS Code 1.111 release brings AI‑centric tweaks that let the editor do more for users, from an adjustable permissions picker in the chat view to a new debug snapshot attachment feature that captures agent events at any moment. With chat.autopilot.enabled Stable users can opt into the preview mode that auto‑approves tool calls, keeps retrying on errors, and even answers follow‑up questions until a task_complete signal is sent—an option that requires caution because it ignores configured safety checks. 

Microsoft 11971 Published by Philipp Esselbach 0

Visual Studio Code 1.110.1 has been released by Microsoft to address security issues in its core engine and the Copilot Chat extension. To update, open the Command Palette with Ctrl+Shift+P and type "Check for Updates," which will prompt VS Code to install the latest version. This new release fixes common problems that caused projects to crash after a rogue update, and only replaces compromised core files without affecting user settings or extensions. If you have limited RAM or experience lag when using Copilot Chat, it may be worth disabling the extension to free up resources.

Microsoft 11971 Published by Philipp Esselbach 0

Microsoft’s TypeScript 6.0.1 RC arrives with a handful of configuration shifts that let existing projects keep compiling while preparing for the upcoming native Go‑based compiler in TS 7.0. The RC is pulled into a project by running npm install -D typescript@rc, and then a few tsconfig tweaks—such as setting "strict": false if sloppy code was previously tolerated, "module": "commonjs" when ESM isn’t the target, or specifying "types": ["node"] to avoid phantom “cannot find name” errors—eliminate most of the new error wall. The compiler now warns that baseUrl and legacy module resolution flags are deprecated; removing baseUrl and prefixing paths entries restores old alias behaviour without extra config. Enabling the experimental --stableTypeOrdering flag makes union ordering match how TypeScript will order them in 7.0, helping with declaration file comparison and surfacing inference differences that may require explicit type arguments or annotations to fix.

Microsoft 11971 Published by Philipp Esselbach 0

The preview build of WinGet version 1.29.30 introduces a stable list‑detail format, eliminating the inconsistent output that previously caused headaches when parsing results. An optional boolean flag was replaced with an IReference type, aligning the API with current Windows standards and simplifying third‑party wrappers. The latest localization patch has fixed garbled language strings in non‑English environments, yielding cleaner prompts and error messages. Finally, the deprecated “listDetails” note was removed from the release notes to clear up confusion about command verbosity controls.

Microsoft 11971 Published by Philipp Esselbach 0

Windows Terminal Preview 1.25.622.0 delivers a new search interface inside Settings, a fully featured editor for actions and key bindings, and support for Kitty’s keyboard protocol—plus a handful of performance fixes that keep output smooth without adding bloat. The release also cleans up persistent data handling between elevated and non‑elevated windows, so session restoration is reliable no matter how the terminal was launched. Clipboard hijacking protection now blocks OSC 52 writes unless the window is focused, addressing a frequent security pitfall after some rogue driver updates. This build keeps the UI light while adding useful tweaks that everyday users will appreciate.