Feed

VS Code

Monitor VS Code editor developments, extensions, workspaces, and remote development. Our digest aggregates marketplace trends, debugging, and Microsoft tooling from developer communities.

Articles from the last 30 days

Billing can be bypassed using a combo of subagents with an agent definition
02Tuesday, February 3, 2026

Billing can be bypassed using a combo of subagents with an agent definition

This report details a significant security and billing bypass vulnerability within the Copilot Chat extension for VS Code. The exploit leverages the architectural implementation of subagents and tool calls, which do not currently consume premium request credits. By initiating a session with a free model like GPT-5-mini and defining a custom agent configured to use a premium model such as Claude Opus 4.5, users can orchestrate 'free' premium model usage. The vulnerability allows the free orchestrator model to trigger expensive subagent calls indefinitely. Furthermore, the analyst identifies potential for automated loops and a lack of server-side API validation for message types, suggesting a broader risk of service abuse. Despite being reported to Microsoft Security Response Center, the issue was deemed out of scope for security rewards and redirected to public bug tracking.

Sources:Hacker News175 pts
Linuxulator on FreeBSD Feels Like Magic
03Sunday, February 22, 2026

Linuxulator on FreeBSD Feels Like Magic

The author shares a method for achieving seamless remote development on FreeBSD using Visual Studio Code's Remote SSH extension. By leveraging FreeBSD's Linuxulator to run Linux binaries, they overcome platform incompatibility, replacing slow NFS/SSHFS setups with a high-performance workflow that supports ARM64 environments and VS Code extensions flawlessly.

Sources:Hacker News111 pts