Questions tagged [github-copilot]

GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.

Per https://copilot.github.com:

GitHub Copilot is powered by Codex, the new AI system created by OpenAI. GitHub Copilot understands significantly more context than most code assistants. So, whether it's in a docstring, comment, function name, or the code itself, GitHub Copilot uses the context you've provided and synthesizes code to match. Together with OpenAI, GitHub Copilot is designed to get smarter at producing safe and effective code as developers use it.

198 questions
0
votes
0 answers

GitHub Copilot not activation on remote server

GitHub Copilot work correctly on my local computer (I have individual subscription). But When I try to connect to remote host (SSH Ubuntu 22.04), GitHub Copilot show below error [INFO] [auth] [2023-08-30T07:02:59.734Z] Invalid copilot token: missing…
sorosh_sabz
  • 2,356
  • 2
  • 32
  • 53
0
votes
0 answers

Is the .copilotignore functionality really working on GitHub Copilot?

Is the .copilotignore functionality really working on GitHub Copilot? I added a .copilotignore file on the root of one of my repositories, but Copilot still works on it, ignoring the .copilotignore file. GitHub Copilot v1.105.361Pre-Release Visual…
0
votes
1 answer

How to disable GitHub Copilot X in terminal VS Code

I normally have a pretty good experience with Copilot X, but recently they added a feature that whenever something running on the terminal fails (including when manually terminating it with Ctrl + C), I get this annoying "blue stars" icon that is…
Facundo Farall
  • 500
  • 6
  • 18
0
votes
0 answers

GitHub Copilot Chat: Responses don't appear in Github Copilot Chat window in Visual Studio 2022?

I'm currently using Visual Studio 2022 Community Edition along with a paid plan for GitHub Copilot. I've managed to successfully install the Copilot extension and have been experimenting with the "Ask Copilot" feature. When I use "Ask Copilot," the…
cramar
  • 124
  • 1
  • 16
0
votes
0 answers

Copilot is encountering temporary issues

I'm using GitHub Copilot for VScode. I work for corporate, my company connect internet through proxy. I already config proxy in vscode, here is my settings.json file "http.proxy": "http://my-proxy:PORT", "http.proxyStrictSSL": false, When I try…
Long Duc
  • 27
  • 4
0
votes
1 answer

How can I programmatically control a VS Code AI suggestions extension to extract a specific suggestion to a file?

I'm trying to automate some tasks within VSCode, specifically with a particular extension. My particular interest is https://github.com/huggingface/huggingface-vscode. I want to collect outputs from…
Exploring
  • 2,493
  • 11
  • 56
  • 97
0
votes
0 answers

Signing into Github Copilot for Business from PyCharm

We just got a github copilot for business license. I've done the following within my PyCharm IDE: Installed copilot via plugins and restarted. Connected to our enterprise account via: Version control -> Github Log in to Github Enterprise Generated…
user
  • 621
  • 1
  • 9
  • 21
0
votes
0 answers

AWS Code Whisperer and GitHub CoPilot Capabilities

How can AWS CodeWhisperer be leverage in a migration from PySpark to SQL in DBT? How can GitHub CoPilot be used in this type of migration? I cannot find information on this and my skills tend to lean more data visualization.
0
votes
0 answers

Github Copilot activation failed when extension is installed

GitHub Copilot could not connect to server. Extension activation failed: "getaddrinfo EAI_AGAIN api.github.com" I signed out and signed in to GitHub copilot to regenerate a new token but the issue still persists. I also restarted my IDE and laptop…
0
votes
1 answer

In VScode, how can I choose the priority between two autocompletion extensions? (e.g. Github-copilot & autoDocstring)

I am using VScode (version 1.80.2) with multiple extensions including github Copilot (v1.100.306) and autoDoctring (v0.6.1) which automatically generates a docstring template for python functions. When typing """ (which starts a docstring in python)…
Timo
  • 53
  • 3
0
votes
1 answer

Github CoPilot error - The extension is not installable on any current installed products

I have Visual Studio community 2022 Version 17.5.1 and when I try to install GitHub co-pilot I get the following error: ** The extension is not installable on any current installed products.** Below is the full error log: 8/3/2023 9:44:29 PM -…
StanM
  • 1
0
votes
0 answers

How to intercept the editing in source editor of Android Studio and take action as GitHub Copilot?

Plugins for Android Studio like GitHub Copilot can provide instant help to developer based on the editing. How can I create a plugin for Android Studio to intercept user's input and take action (including providing instant hints) based on the input?…
0
votes
2 answers

visual studio: "invalid copilot token: missing token: 404"

I've been getting this error while trying to use github copilot in visual studio. invalid copilot token: missing token: 404 auth status: notauthorized Things I tried but didn't help - logging out / in; uninstall / reinstall extension(s). Any ideas?
Dr Phil
  • 430
  • 5
  • 17
0
votes
0 answers

Is there a tool that calls GitHub CoPilot’s type annotation brush from command line?

I would like to build a tool around GitHub CoPilot’s type annotation brush that is usable from the command line (e.g. to create a git hook). Are there any off-the-shelf tools that do this? Otherwise, I suspect I’ll have to build the REST calls…
zbs
  • 3
  • 1
0
votes
0 answers

Automate github-copilot in Visual-studio-code

I am trying o automate the use of copilot in my code Apparently only after I put the comment pattern and hit enter key, the codepilot generates output So I tried coding \r\n and \n in my program after code comments pattern for CodePilot. It doesnt…
Venkat
  • 1