Dustin L. Howett
Dustin L. Howett
_originally filed by @plante-msft_ ### Description of the new feature / enhancement The ContextMenu (previously Actions panel) needs to be improved to be clear and Windows-like while still being visually...
_originally filed by @zadjii-msft_ that does the thing async for you it actually is still sync, we're just wrapping the implementation up
_originally filed by @DHowett_ I bound file search to `f`, so I need to press f Space to get into file search:  However, if I launch Command Palette and...
_originally filed by @zadjii-msft_ I guess, if the _first_ command in `MoreCommands` (the one we'd put as the secondary command) is a SeparatorContextItem, then don't show the secondary command. Leave...
_originally filed by @joadoumie_ ### Description of the new feature / enhancement We need to investigate how we can make debugging extensions as simple and straightforward as possible. This is...
_originally filed by @lauren-ciha_ As spec'd in https://github.com/zadjii-msft/PowerToys/issues/294 We need this for the GH extension, or really any kind of "Here's an authentication page" -> "here's the landing page" flow,...
_originally filed by @michaeljolley_ I _think_ these issues are a mix of having only .NET 9 installed and being on an ARM device, but here are the issues I had...
_originally filed by @zadjii-msft_ `IsCritical` is our "this action is destructive" property. Items with that set should have red (or other warning color) text --- _comment from @niels9001_ Do we...
_originally filed by @htcfreek_ ### Provide a description of requested docs changes Implement same set of policies for extension management as currently exists in PT Run. This helps company to...
_originally filed by @zadjii-msft_ Press the mouse back button, we should go back. I forget which VKEY that is. Probably should be handled kinda like backspace, where back on the...