Tyler James Leonhardt
Tyler James Leonhardt
[coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable
@Corbob yep. In fact, I might steal that code and publish it on npm.
[coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable
> This used to all work seamlessly when I last used it (about five months ago). Was there a PSIC because I don't remember one? Is it necessary to have...
[coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable
> What problem was the PSIC solving when it was introduced that warrants tolerating the prompts?! Please understand that I don't think this prompt appeared before and doesn't appear on...
[coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable
@Praful here's the [doc on profiles](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_profiles) which should help in understanding what each profile in PowerShell does and when it gets run.
[coc.nvim] Error on active extension coc-powershell: TypeError: (intermediate value) is not iterable
@Praful no worries! The `$profile` paths are just file paths so what I would recommend is opening the file that `$PROFILE.CurrentUserAllHosts` gives you and put the code that you want...
We have a custom message in PSES that will do this. @corbob has context on this :)
Generally looks good, we can keep the copyright header for now. Just make sure you also update the README in this PR
This is already supported in PSES, just have to borrow from vscode-powershell most likely
Does `coc.nvim` support CodeLens?
Since we have a legitimate build step in this project (TS) I think moving to InvokeBuild is a great idea 👍