Entries tagged :: vscode
5 posts
- Introducing Native Windows Debugging for VS Code: Kernel & Remote Debugging
Last time I had a proof of concept. This time I closed the gap: remote debugging and Windows kernel debugging, straight from VS Code, powered by the same engine as WinDbg. It's open source and on the Marketplace.
- The Joy of Writing a Debugger Adapter for Visual Studio Code
I only wanted a faster remote debugging workflow for a service running in a VM. Instead, I ended up learning DAP, wrapping WinDbg, and building a working first proof of concept debugger adapter for VS Code.
- How to extend GitHub Copilot with prompt files
Because copy-pasting prompts from your notes app is so last year. Let me show you how to turn your best prompts into reusable superpowers.
- Vibe Coding is So Damn Real
Because watching GitHub Copilot refactor files with a single prompt is the most satisfying thing you'll see today.
- Windows: Install integrated OpenSSH Server
Enable built-in OpenSSH server on Windows for remote access and VSCode Remote development