Michael Mientus
Michael Mientus
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary VS Code...
I am interested in installing Windows 11 on the new kudu6 laptop. Please update the Compatibility Table at the top of the Windows support page with an entry for the...
I am interested in installing Windows 11 on the new kudu6 laptop. I was looking at the Windows support page for information. I'm *not* familiar with laptop drivers in general....
What creates a child job? Does the SDK automatically create a child job for each `Job` object? > If the work is performed as a job, add child job to...
- [ ] Why does `void DoProcessLogic(bool asJob)` exist if `ProcessRecord()` uses `job.ProcessJob()`? Alternatively, is it best practice to always create `private SampleJob job = new SampleJob("Get-ProcAsJob")` and use `job.ProcessJob()`...
We are looking at example code, but several common members return `NotImplementedException()`. Are these documented elsewhere? ``` public override string StatusMessage { get { throw new NotImplementedException(); } } public...
After a few hours of using the PowerShell snap with a 6.0 kernel, new shells cannot be opened with the following error: ``` pwsh: /snap/core20/current/lib/x86_64-linux-gnu/libdl.so.2: unsupported version 0 of Verdef...
The PowerShell snap is out of date. [Install powershell on Linux | Snap Store](https://snapcraft.io/powershell)
The [PowerShell snap](https://snapcraft.io/powershell) is out of date. I've reported this issue in the past and been told to buzz off. I'd like the release process to be smoother. Regards, ```...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary VS Code...