### System Details * _Vim or NeoVim?_: **Vim** * _Version of Vim (run `vim --version`) or NeoVim_ (run `nvim --version`): **8.1** * _Version of `coc-powershell` (in Vim or NeoVim: `:CocList extensions coc-powershell`)_: **0.0.21** * _Operating System_: **Windows 10** * _PowerShell version (in PowerShell: `$PSVersionTable`)_: **5.1.17763.592** ### Issue Description [coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable #### Expected Behaviour No error on loading extension #### Actual Behaviour Above error and extension not active. CocInfo: ``` ## versions vim version: VIM - Vi IMproved 8.1 (2018 May 18, compiled May 18 2018 18:36:07) node version: v10.16.3 coc.nvim version: 0.0.74-e04013a8bd term: undefined platform: win32 ## Messages Messages maintainer: Bram Moolenaar <Bram@vim.org> "\tmp\Powershell Scripts\Find-GPObyMatch.ps1" 0L, 0C [coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable ## Output channel: snippets ## Output channel: powershell starting. pwshPath = C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe bundledModulesPath = C:\Users\ankarloog\Dropbox\Utilities\gVimPortable8\Data\settings\AppData\Local\coc\extensions\node_modules\coc-powershell\PowerShellEditorServices ```