Justin Grote

Results 874 comments of Justin Grote

Thanks for your submission! We don't support Cursor directly, can you reproduce in normal vscode? How is your PowerShell installed? Have you tried adding the path where your PowerShell 7.5.1...

Note that the PowerShell containers are no longer developed or supported, you should use the .NET SDK container image. https://github.com/PowerShell/Announcements/issues/75 CC @theJasonHelmick

That might be something that needs addressing in this repo or it may be a bug in that container, not sure. I personally don't have a lot of experience with...

@iSazonov I don't think it should be a strong contract. A "proper" module (at least script wise) I write as if it has no prefix, all the commands and references...

I made the following workaround, the regexes are fragile but it works for my use case ```powershell function Import-ModuleWithoutPrefix { [CmdletBinding()] param( [Parameter(Mandatory, ValueFromPipeline)]$ManifestPath, [Switch]$Force, $TempPath = 'TEMP:' ) $path...

@tntyordan you unsubscribe by managing your github notifications. What you just did was comment on the pull request, we cannot unsubscribe you. Thanks.

@AnthonyBorton please review, thanks :)

> @JustinGrote - Thank you for the opportunity to approve your PR. As someone that is not a contributor to your project and has no familiarity with you or your...