Questions for using this in our enterprise use case #250
bblechman-ebay
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My company is evaluating Github copilot, and I've been tasked with enabling this for our Xcode users. I've gotten security clearance to use your great CopilotForXcode extension. Thanks for providing this! I have a couple questions
Only Github Copilot has been approved for use at my company at this time, and only for a limited number of users during a pilot. If we decide to move forward with this, there will be security concerns about the other integrations your extension provides. I am considering forking your repo to publish an internal version that only supports Github Copilot, and not Open AI, Azure, etc. I understand that a user would actually have to authenticate with these other services to enable them, but that may be too tempting to put out to many developers, with a high probability of someone doing the "wrong thing" from a security standpoint (at our company). Is this something you have considered, and might there be a cleaner way to do this where a custom build could disable certain features via env vars at build time or similar?
VSCode considers all open tabs for context when getting code suggestions from copilot. Does Copilot for Xcode also do this? Or is only the currently open tab?
Beta Was this translation helpful? Give feedback.
All reactions