chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

Add Copy URL Functionality #92

Closed CPritch closed 5 years ago

CPritch commented 5 years ago

Hi @chrishasz here's the PR for the copy functionality.

Let me know if there's anything extra you need for it to be up to spec.

The one area I'm little unsure on is whether I need to do more error handling in the copyURL file as I don't check whether SPGo is configured. I assumed the initilialising method handles this.

I have confirmed this is working for myself when compiled into .vsix. Not written any unit tests though as it seems you're scaffolding the test file currently. Let me know if you need this done.

Added