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 extensions coc-powershell): 0.1.4
- Operating System: Windows 10
- PowerShell version (in PowerShell:
$PSVersionTable): 7.2.6
Issue Description
I am experiencing a problem with...
Linting/PSScriptAnalyzer
Expected Behaviour
If I'm missing a closing '}' or using an alias 'Where', instead of 'Where-Object', I should see Error and Warning notices.
Actual Behaviour
Nothing.
Running Invoke-ScriptAnalyzer against a ps1 file works, and the other coc-powershell functionality is working. Completion, Integrated Console, etc, all appear to be working.
Note: I've read Issue #99 and can confirm that the troubleshooting steps there did not help.
System Details
vim --version) or NeoVim (runnvim --version): 0.7.2coc-powershell(in Vim or NeoVim::CocList extensions coc-powershell): 0.1.4$PSVersionTable): 7.2.6Issue Description
I am experiencing a problem with...
Linting/PSScriptAnalyzer
Expected Behaviour
If I'm missing a closing '}' or using an alias 'Where', instead of 'Where-Object', I should see Error and Warning notices.
Actual Behaviour
Nothing.
Running Invoke-ScriptAnalyzer against a ps1 file works, and the other coc-powershell functionality is working. Completion, Integrated Console, etc, all appear to be working.
Note: I've read Issue #99 and can confirm that the troubleshooting steps there did not help.