Justin Grote
Justin Grote
Sorry to necro the thread but Rosyln has [moved their LanguageServer](https://github.com/dotnet/roslyn/tree/main/src/LanguageServer) and there's a lot of development, I don't see any correlating releases yet though.
Single file *is* the best practice, due to all the [issues involved with classes](https://github.com/PowerShell/PowerShell/issues/6652) that likely will never be fixed because classes were originally intended just as a framework to...
I'm willing to attempt a PR if there is interest @adityapatwardhan @xtqqczze? I'm working on a streaming markdown parser for chatgpt and this is getting in the way.
@adityapatwardhan sounds good, can you add the up for grabs label?
Doesn't deploying modules as prerelease meet this need? I don't see the need for a net-new function. Typical flow: 1. Publish Module as prerelease 2. If Prerelease module is broken,...
Bumping. Here is an example of where it would be nice for this to be rendered as markdown: https://www.powershellgallery.com/packages/Press/0.2.0-ci0014
FYI you can get the JSON output of the Whatif Result for parsing, you don't have to parse the formatted text output https://github.com/Azure/azure-powershell/issues/12031#issuecomment-644286209
Dupe of https://github.com/PowerShell/Modules/issues/50 which was rolled into https://github.com/PowerShell/Modules/issues/42 Glad you feel the same was as some of the rest of us!
Sort of being discussed here: https://github.com/PowerShell/Modules/issues/27 Pretty easy to fix after fork, just edit the repository name. See: https://github.com/JustinGrote/PowershellOfficialModules I'm OK with it as-is, even if it is initially unintuitive....
Nice! An AST-based formatter has been a long time coming. My list of asks over what vscode-powershell currently does: 1. Fix parameter casing and parameter shorthands 2. Maybe downcompatible support...