Meelis Nigols
Meelis Nigols
### 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. - [X] I have...
# PR Summary fixes #450 ## Context ## Changes - fix topic 'It will compare values' - fix topic 'It returns $true only if both inputs are $true' - fix...
# PR Summary Fixes #444 ## Context ## Changes ## Checklist - [x] Pull Request has a meaningful title. - [x] Summarised changes. - [x] Pull Request is ready to...
# Describe "Koan Bug, Issue, or Help Request" ```powershell Reset-PSKoan -Topic AboutComparison Show-Karma -Topic AboutComparison -Detailed ``` the following IT topics in koan AboutComparison are solved even before user starts...
# Describe "Koan Bug, Issue, or Help Request" In the It block "can sort based on the properties of objects", PowerShell 7 is not accepting given sorted list. The reason...
# Describe "Koan Bug, Issue, or Help Request" When looking at unresolved koan AboutSelectObject, the following error occurs: ```powershell Show-Karma -Topic AboutSelectObject ``` ``` Invoke-Koan: C:\Program Files\WindowsPowerShell\Modules\PSKoans\0.67.1\Public\Get-Karma.ps1:111 Line | 111...
There are several references to `about_ActiveDirectory_Filter` document, but that topic is not any more included in module help. It would be nice to add that missing topic. --- #### Document...
Right now, the name is for some reason omitted. But it's a bit difficult to deal with Microsoft Store packages
When there is defined alias with name git, the `Get-ProjectName` command (called without parameters) emits following error message: ``` The variable cannot be validated because the value $null is not...
### 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 There was...