Frank Lesniak
Frank Lesniak
The title says it all :) These newer versions of Raspberry Pi OS (formerly known as Raspbian) have been out for over a year at this point; they should be...
The title says it all. The Raspberry Pi 4 has been out for about a year and is by far the most-prevalent RPi hardware being deployed at this point. It'd...
It appears that the documentation [UseCompatibleSyntax.md](https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation/UseCompatibleSyntax.md) is out of date. I say this because the markdown file lists 6.0 as the newest version that can be checked, but this page...
At MMS 2023, Johan gave a quick demo of upgrading a PDT installation to a new release - super helpful! From memory, the steps were: - Download the new version...
IMO, it would be better to write the script output to a subfolder off the script's current path. For example: .\MMS Getting the current folder can be a little tricky...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
**Describe the bug** It would be awesome if this extension supported .wsf files - specifically .wsf files with embedded and linked VBScript. **Code** N/A **To Reproduce** Open a .wsf file...
Is it possible for you to add "folding" support? For example, in PowerShell, I can write: #region Foo Some Code here Some More Code Here .... 100 Lines Later #endregion...