-
VSCode seems to be bomb out if a diagnostic records have multiple elements within it's SuggestedCorrections property; despite the property being specified as plural and of type ObjectModel.Collection …
-
PowerShell has two parsing modes:
* [**Expression mode**](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_parsing#expression-mode)
* [**Argument mode**](htt…
iRon7 updated
4 months ago
-
# Suggestion
Add an "Accuracy" property to DiagnosticRecord that will state the probability of the diagnostic being correct.
# Benefits for the Users
Users can filter and sort diagnostics based on t…
-
Repro: In a module, define and assign a variable then export it using Export-ModuleMember -Variable
---
$MyVariable = 'some value'
Export-ModuleMember -Variable MyVariable
---
Expected: Inv…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure i…
-
### System Details
* _Vim or NeoVim?_: Neovim
* _Version of Vim (run `vim --version`) or NeoVim_ (run `nvim --version`): 0.7.2
* _Version of `coc-powershell` (in Vim or NeoVim: `:CocList extensi…
lc9er updated
2 years ago
-
Raised due to [this](https://github.com/PowerShell/PSScriptAnalyzer/issues/675#issuecomment-397350710) comment:
`Invoke-ScriptAnalyzer` has parameters `IncludeRule` and `ExcludeRule` parameters and…
-
This issue is a great example of why issue #193 should be approved and implemented.
Today if you run Invoke-ScriptAnalyzer on a moderate sized module recursively with the -Verbose switch, you get 38 …
-
When I run through Invoke-ScriptAnalyzer[1], I find all of my expected violations and I see all of my custom rules running. However, when using the same settings file for Invoke-Formatter[2], it only …
-
Hyphen-minus characters are sometimes unintendedly replaced when passed by word processors as Microsoft Office applications as MSWord and Outlook. It is recommended to prefix parameters with an unamb…