sheldonhull

Results 150 comments of sheldonhull

@rjmholt the PowerShell Editor Services extension diagnostic level logs pointed this out: ``` [Info - 2:09:31 PM] Microsoft.PowerShell.EditorServices.Services.Analysis.PssaCmdletAnalysisEngine: PSScriptAnalyzer successfully imported: Version: 1.19.1 Exported Cmdlets: Get-ScriptAnalyzerRule Invoke-Formatter Invoke-ScriptAnalyzer ``` `get-installedmodule...

I was using the Format Document command in VSCode. I just ran manual import and it reported: ``` VERBOSE: Loading module from path '/Users/sheldonhull/.local/share/powershell/Modules/PSScriptAnalyzer/1.19.0/PSScriptAnalyzer.psd1'. ``` When running Invoke-Formatter I was...

I just installed that version, and then ran the statement with `CheckParameter = $true` and no issue now. Did you figure it out? I just searched the repo and found...

I'll have to revisit again tomorrow. I tried manually as we talked about it and it didn't seem to have an issue, but yet the editorservices issue doesn't explain that...

Nice! I'll give this a shot

Haven't forgotten. I will test this out as soon as I can, and if I can modify sufficiently to allow based on config setting, then submit as a pull request...

I think so. Take a peek at the latest build on sheldonhull.com and tell me if that is working for you and showing up like you'd want. I think it's...

@marcosci sorry. Just saw this. Hmm. I used the media and css references that were provided. Did that not work?

I had this issue with pre-commit as well, which really interrupted my workflow. Any solutions found for this?

Chocolatey is the defacto (winget is newer), but for Go packages I'd suggest Scoop. Goreleaser has built in configuration to support Scoop. I've written chocolatey packages and it's not as...