Daniel Schroeder

Results 69 comments of Daniel Schroeder

Thanks so much for making this happen! 🙌

I just ran into this today, so it seems it is still a problem. For me, I want to ensure PowerShell does not unroll the array when returning it, so...

I also came across [this Stack Overflow question](https://stackoverflow.com/questions/60466939/outputtype-attribute-warning-in-powershell-with-psscriptanalyzer), so it seems this is a problem not only for string arrays, but for any arrays. PSScriptAnalyzer always expects it to be...

An example/screenshot of the output to show the value that this module provides would also be useful

Thanks @Jason3S . While I realize I could install the cspell CLI, it seems kind of redundant to have to do that when it's already installed for the VS Code...

Hmmm, thanks for reporting this. Which version of Visual Studio are you using? And can you also confirm what version of the extension is installed please @TheEqualizer .

Hey guys, I was able to replicate the issue thanks to your description @StevenBonePgh :) I believe the issue is fixed in VS 2019 v1.0.2 and VS 2017 v1.1.1. I'm...

I had to re-enable async background loading as part of fixing issue #32, so this will be a problem again. # Workaround Until I get this issue fixed properly, it...

It is not currently possible. [The API that the app uses behind the scenes](https://docs.microsoft.com/en-us/dotnet/api/system.io.directory.enumeratefilesystementries?view=net-5.0#System_IO_Directory_EnumerateFileSystemEntries_System_String_System_String_) doesn't support excluding search patterns. It could perhaps be added in the app itself, to filter...

Yeah, right now the API being used behind the scenes to search for files only supports a single search pattern; you can't provide multiple. You'd need to do the search...