Results 231 comments of Keith Hill

I dunno about relying upon module infrastructure. I know a few teams where I work that have a big hairball of scripts they dot source and don't use modules at...

Yes, it still repros. You have to a location modifier on the variable e.g.: ![image](https://user-images.githubusercontent.com/5177512/34858135-bd1ece96-f70b-11e7-90f8-bf024af95229.png)

Dunno because attach to process has been broken for a while. :-(

As I've said before on a different issue, I believe this functionality belongs in PSSA and as such would still be surfaced through the PSES.

I was looking at adding support for `class` and `enum` symbols but it requires AstVisitor2. I ran across your comment in the commented out FindSymbolsVisitor2 class. ```csharp // TODO: Restore...

I don't think the PSES profile should be created automatically and it is not really an error if a profile script doesn't exist. That said, a message dumped to the...

I think the noun is fine. PowerShell uses `Module` even though you can import more than one module e.g. `Import-Module Pscx, Pester, PSScriptAnalyzer`. RE the tag `EditorCommand`, should that be...

Doh! And we are going to have to abandon that keyboard shortcut. In the next version of VSCode, that shortcut is used to "run without debugging".

Like PowerShell.exe, I would expect the CL parsing to accept both `-` and `/`. > use PowerShell's parser to parse the entire command invocation string The parameters are currently not...