Description
We have implemented the GitHub copilot language server sdk in our low code editor Wappler and now some of the users report that their GitHub copilot access has been suspended.
Some even haven't tried any completions yet but get this after successful sign in and authorization:
"Contact Support you are currently logged in as XXXX"
And then they receive an email:
"Recent activity on your account has caught the attention of our abuse-detection systems. This activity may have included use of Copilot via scripted interactions, an otherwise deliberately unusual or strenuous nature, or use of multiple accounts to circumvent usage limits.
Due to this, we have suspended your access to Copilot."
What is going on? We aren't violating any terms of usage!
The point of the whole language server sdk was to integrate it in other editors than vscode as well right? As announced in:
https://github.blog/changelog/2025-02-10-copilot-language-server-sdk-is-now-available/
@tpope Any clearance about this?