Replies: 3 comments
-
Hey @leoluk 😄 |
Beta Was this translation helpful? Give feedback.
-
I have a situation when I can't use Copilot on some projects (due to legal reasons) and yet have some other (open source) projects where Copilot is OK. So without possibility to enable Copilot on per-project basis it becomes very troublesome to use Copilot at all. |
Beta Was this translation helpful? Give feedback.
-
Could Copilot plugin detect {
"copilot.enable": false
"deno.enable": true
} |
Beta Was this translation helpful? Give feedback.
-
It should be possible to configure the Jetbrains plugins such that it needs to be explicitly enabled for each project.
To my understanding, when using Copilot, parts of the source code being edited is being sent to GitHub and retained, possibly indefinitely:
(https://docs.github.com/en/github/copilot/github-copilot-telemetry-terms)
Even though the data isn't used to train the model, it still makes Copilot unsuitable for use with any proprietary code, like work or customer projects, which are typically subject to strict policies that disallow sharing with third parties. Therefore, it should be possible to enable it on a case-by-case basis (like open source projects) while defaulting to "off".
Beta Was this translation helpful? Give feedback.
All reactions