VS Code is where most of my code actually gets written, so it shows up a lot.
This tag gathers the posts where the editor and its ecosystem do real work:
dev containers for reproducible environments, custom PSScriptAnalyzer rules,
localization tooling, and building things like a resume entirely as code.
Less about themes and keybindings, more about turning the editor into a
repeatable, shareable development environment.
PowerShell is global, but not everyone works in English. Let’s look at how localization works, how you can add it to your modules, and how to make it easy for your community to contribute translations
In this post I’ll be walking through an example of a (silly) request you might see at work and show you how you can leverage AST’s to update your codebase.