coc-powershell
coc-powershell copied to clipboard
PowerShellEditorService integration for coc.vim
**- powershell.Execute** use ```.'/path/to/file.ps1'``` instead of ```&'path/to/file'``` Current version runs as job, so it's just printing standard output, and not loading variables to current session (say if I execute ```$a...
First pass at creating an InvokeBuild script. Used the [vscode-powershell](https://github.com/powershell/vscode-powershell) build file as a template. Fixes #59 One question of note: can the Copyright header be removed?
**Summary of the new feature** I was looking at the `build.ps1`, and I noticed that we now have a few checks for folders (PSES and Snippets), but no way to...
resolves #26 Adding the `powerShell/showHelp` message. This currently only gets help for the function test. This is the framework to get it working. Next step is determining what to send...
in a local scenario, this command should open a web url pointing to the online help.
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.9.4. Release notes Sourced from typescript's releases. TypeScript 4.9.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...