Skip to main content

4 docs tagged with "developer-tooling"

View all tags

A Dirty Shell

Why the VS Code integrated terminal is not a clean environment, how it becomes polluted, and how to detect, compare, and avoid dirty shells.

Attach-First Debugging

Why you should run your program in a clean external shell and let VS Code attach as a UI, instead of allowing VS Code to launch and orchestrate your runtime environment.

How Much of Your Machine Should the Agent Get?

Running a coding agent in a container solves the trust problem by giving up the machine. If you want to keep the machine, the permission allowlist is where you make the tradeoff instead.