Matt McNabb

Results 44 comments of Matt McNabb
trafficstars

Not really sure what you mean by "3 states" - switch parameters by their nature have only 2 states. They are either on or off. Passing an explicit boolean is...

So, given your example with the -Directory switch, what would be different about the explicitly false scenario. This is essentially the same as missing/false, so I don't think I fully...

But this is much more explicit, and you immediately know what it does: ``` powershell Get-ChildItem -File ``` And that's the whole point of PowerShell. Once you start down the...

@dotps1 This spring we added the PowerShell ISE Theme to the VSCode Extension. This theme mimics the color style of the ISE's defaults. The thought was that it would make...

Working on a solarized one, but still have some UI elements to theme ![image](https://user-images.githubusercontent.com/6998507/31643459-a98a3d48-b2be-11e7-8567-73c956c9b568.png) Maybe we should have more than one?

I know it's been a while, but I just got around to looking at this again. Any objections if I start with recreating the default themes, but with the PowerShell...

@tylerl0706 Thanks! I'll get this done soon - just want to add a little pizzazz to the terminal title bar in dark themes. What branch should I submit the PR...

I take two primary approaches to debugging in VSCode depending on what I'm currently doing. 1. If I'm looking for a problem in the existing code base I'll use the...

No worries - I had forgotten all about this 😆 That's a cool approach. I'll try it out sometime and see if it fixes me.

Well, I was thinking about the same question and didn't have a solid answer yet. I think it would be nice to support an export button in a dashboard page,...