jamesonknutson / disable-copilot-comment-completions

MIT License
17 stars 3 forks source link

FR: ability to configure scopes where copilot is disabled #1

Closed jkohlin closed 2 years ago

jkohlin commented 2 years ago

Hi and thanks for the nice plugin. However, I wonder if it would be possible to add a configuration array where we can specify what scopes we want copilot disabled? Thanks!

jamesonknutson commented 2 years ago

Hi there, sure, this isn't too hard to implement. I'll find some time in the next few days to add this and reply here once done.

jkohlin commented 2 years ago

That would be awesome!!

jkohlin commented 2 years ago

perhaps I can contribute? I've forked the repo, but how do I get VS code to recognize the workspace as an extension so that I can debug it?

jamesonknutson commented 2 years ago

I would recommend reading up on VSCode’s extension development for beginners guide. It took me a little while to wrap my head around it. I believe if you just clone my repo locally and npm install to make sure everything’s installed properly you should be able to run the debugger in VScode and have it launch a new VScode process where whatever changes you’ve made are reflected.

I would recommend making your changes then submitting a pull request, I’ll approve it and merge it in if the changes work and are beneficial.

If you have any more questions just let me know.

jamesonknutson commented 2 years ago

Added in latest update :)

Should be live on the Marketplace whenever Microsoft gets off their butts and processes the changes. Enjoy!