coc-extensions / coc-powershell

PowerShellEditorService integration for coc.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should have a CONTRIBUTING.md file

corbob opened this issue · comments

Summary of the new feature

I spent an hour and a half on stream trying to get coc.nvim to load the local repository instead of pulling from npm. It would probably be a good idea to have a CONTRIBUTING.md file that can assist with a basic setup to allow local modifications of the file (the fun part for me was figuring out that I needed to run build.ps1 instead of the yarn install command recommended by coc.nvim.

I think taking a page from coc.nvim's file might be a good place to start, although it might also be overkill.