mattickx / copilotignore-vscode

Disable copilot extension when certain files are open listed in a .copilotignore file
MIT License
14 stars 4 forks source link

Would it be possible to make the extention block copilot chat from accessing the file? #3

Closed Glitch-Cloud-Code closed 7 months ago

Glitch-Cloud-Code commented 7 months ago

Basically the title. Currently I can see the autocomplete being blocked, but if I ask the chat to describe what's in the file - it gladly outputs it to me.

mattickx commented 7 months ago

I've checked out the settings available for the "Github Copilot Chat" extension. image

There is no enable/disable for the chat itself, so I don't think it is possible by external modification.

This could be a good addition to the discussion on: https://github.com/orgs/community/discussions/10305 I would suggest you to add your feature request there.

I'm closing this issue, but feel free to comment if you think I'm missing something.