Is there any way to disable GitHub Copilot comment suggestions?
I was annoyed at this too, and failed to find a decent automated solution anywhere on the web. So, I wrote a VSCode extension that watches the TextMate scopes wherever your active selection is, and if it detects a scope that contains comment, temporarily disables Copilot’s inline suggestions until your caret is anywhere without a … Read more