Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
25 views

When opening vscode using diff mode, the github copilot chat can't attach the two versions as context to the chat. I was able to write an extension which can do that, but i want to ask isn't there a ...
Kamil.Khoury's user avatar
Tooling
2 votes
0 replies
81 views

New configuration page of Visual Studio Code GitHub Copilot allows you to specify a model hosted in Azure Foundry The process is simple, but I mistakenly pasted the wrong API key. The problem is that ...
Alkampfer's user avatar
  • 1,377
3 votes
3 answers
381 views

I am using GitHub Copilot in Visual Studio Code. Some extensions (GitKraken, ...) sneakily add MCP servers. Whenever I open a new Visual Studio Code window in a new project, all these MCP servers are ...
Martin J.H.'s user avatar
  • 2,225
-1 votes
0 answers
45 views

I use STS for Eclipse and I installed GitHub Copilot plugin and the Copilot Metrics plugin. In the Copilot Metrics plugin settings, I set up a valid https url and a token but it doesn't work. It ...
Grampasso78's user avatar
2 votes
0 answers
74 views

I'm encountering an issue when using GitHub Copilot in VS Code. After Copilot agent modifies a file, it suggests a PowerShell command and asks whether I want it to run the command for me. When I click ...
yuyu fu's user avatar
  • 11
1 vote
1 answer
301 views

I am trying to set up GitHub Copilot Chat with an Azure hosted OpenAI model. But I am struggling to find an authorative answer on what to enter for the endpoint. Some blog posts suggest: https://xxx....
Matthias Arras's user avatar
0 votes
0 answers
94 views

AI-based auto-completions on VSCode seem to be suggested in normal syntax highlighting instead of ghost text. But this behavior does not seem consistent. First suggestion is made in normal text. ...
Rui Oliveira's user avatar
0 votes
1 answer
188 views

I'm working in a python based repo and I'm trying to develop a flow where I look for Asana tasks in a specific project and when new ones are found, create a github issue for them and assign them to ...
Alden Harwood's user avatar
1 vote
1 answer
124 views

I’ve created an AGENTS.md file in my repository to guide GitHub Copilot’s behavior. However, when I assign issues to the agent, it sometimes responds that no instructions are found and offers to ...
Pitto's user avatar
  • 8,701
0 votes
0 answers
100 views

I’m having trouble signing in to GitHub Copilot Pro inside VS Code. I previously used the free trial version and it worked fine, but now after subscribing to Copilot Pro, I keep getting this error: “...
Vũ Lê's user avatar
0 votes
1 answer
142 views

This question is about the GitHub CoPilot Coding Agent (not the in-IDE CoPilot) - specifically how to pass secrets to the runner - based on the docs I've tried adding the OPENAI_API_KEY both at repo ...
shanlodh's user avatar
  • 1,055
0 votes
0 answers
77 views

This question has been asked before, but every solution seems to be deprecated. I want Copilot to stop autocompleting things I type unless I use the shortcut key ALT\ (remapped to tab). For example, ...
LikelyByte's user avatar
1 vote
0 answers
340 views

I'm trying to configure VS Code's chat.tools.terminal.autoApprove setting to automatically approve specific curl commands to localhost when using GitHub Copilot agent mode. However, while simple ...
Eric Thompson's user avatar
0 votes
1 answer
31 views

I am a newbie to using BMAD. Do you know how to allow the agents to access my local repository and let them read my code so they can suggest improvements?
Swantewit's user avatar
  • 1,086
2 votes
0 answers
86 views

I have a VS Code extension. Here I want to try to track if the GitHub Copilot Chat is used. I know I can track if the chat is open. But that is not what I want. const copilotChat = vscode.extensions....
CPU2002's user avatar
0 votes
0 answers
266 views

I have been having issues with copilot in VScode, regardless of which model is used. The issues arise especially in agent/edit mode. The error message im getting in the output logs: ...
celle hendrickx's user avatar
1 vote
0 answers
108 views

In VS Code how can you add multiple commits as 'context' for GitHub CoPilot chat? You can add one commit via right-click > Add to Chat on that commit in the Source Control > Graph to add it as ...
sparrowt's user avatar
  • 3,067
1 vote
1 answer
79 views

Today, I noticed Copilot is adding .pipe(map(resp => resp)); in every single HttpClient call in Angular. return this.httpClient.get<ICustomer>('url'); // Rather than - Copilot one return this....
Ali Adravi's user avatar
1 vote
0 answers
135 views

I'm just getting started with GitHub Copilot. In the chat window, when I asked this question: What projects are in this solution and how do things work together? There were some errors. It seems it ...
sukesh's user avatar
  • 2,399
1 vote
1 answer
1k views

I like to have my Copilot to be open in a window on the second monitor. The problem is, when I try to add files to chat context through 'Context menu > Add File to Chat', it opens a chat in the ...
Serhii Ka.'s user avatar
  • 2,064
-3 votes
1 answer
200 views

I signed up for github copilot and it appears to be connected to Visual Studio. But I have this "By continuing, you agree to GitHub's terms and privacy policy." message in the chat panel (...
Chris Harrington's user avatar
2 votes
1 answer
311 views

Current behavior: GitHub Copilot console.log() suggestion: console.log('userId:', userId); Expected suggestion with desired custom formatting: console.log('userId: ', userId); Is there a way to ...
Gustavo Máximo's user avatar
1 vote
0 answers
86 views

I want to register different Language Model Tools in my VS Code extension depending on a specific configuration. Currently, the way VS Code works seems to be: I need to declare the tool in package....
leonard520's user avatar
1 vote
0 answers
82 views

This summer, I tried the Copilot functionality to resolve an issue I had in my code. All the contributions it made were not relevant (see the associated pull request), and I then undid them by making ...
Thomas's user avatar
  • 396
0 votes
0 answers
45 views

I'm using GitHub Copilot and have the following mcp.json: { "inputs": [], "servers": { "MCPServer": { "url": "http://localhost:7071", ...
whatisthejava's user avatar
0 votes
1 answer
385 views

I have been using copilot in RStudio for a few weeks, but in the last few days it has been causing me some trouble. Specifically: if I am in the middle of writing a command in my R script, then I ...
Amy M's user avatar
  • 1,103
0 votes
1 answer
336 views

I'm using both Cursor and VS Code on macOS. Each editor has its own MCP (Model Context Protocol) config: Cursor: ~/.cursor/mcp.json VS Code: ~/Library/Application Support/Code/User/mcp.json Problem In ...
Darik's user avatar
  • 43
10 votes
3 answers
16k views

When using GitHub Copilot in VS Code through the Chat tab, it frequently suggests running terminal commands and asks for iteration permissions. Each time it wants to execute a command or continue ...
Gustavo Máximo's user avatar
-2 votes
2 answers
648 views

Just updated my VS Code and saw the Github Copilot extension was installed. Tried it for one project, okay. But then I opened another project and Copilot suggestions were just annoying. Can't figure ...
mimic's user avatar
  • 5,287
-1 votes
1 answer
205 views

Following the steps in https://learn.microsoft.com/en-us/training/modules/github-copilot-across-environments/4-git-hub-copilot-for-the-command-line After installing gh, I tried to run gh copilot ...
Ivone Djaja's user avatar
1 vote
1 answer
519 views

Following the steps in https://learn.microsoft.com/en-us/training/modules/github-copilot-across-environments/4-git-hub-copilot-for-the-command-line I run brew install gh then run gh copilot explain &...
Ivone Djaja's user avatar
10 votes
0 answers
992 views

How to Set a Persistent Default Model in GitHub Copilot Chat? Hello, I'm currently using GitHub Copilot to generate tasks for me. When working with code, I usually prefer to use Claude by selecting it ...
Krishanu Kabir Sparsha's user avatar
4 votes
2 answers
6k views

I have a GitHub account with an active Copilot Pro subscription — confirmed on my GitHub account page: “GitHub Copilot Pro is active for your account. You currently have an active Copilot Pro ...
user30916022's user avatar
0 votes
0 answers
192 views

I recently started using GitHub Copilot in Android Studio and I've been running into a really frustrating issue. I looked into the logs and found this error: "java.lang....
rod-san's user avatar
  • 45
0 votes
0 answers
200 views

In my VSCode extension, I can send a message to Copilot Chat using: prompt = "add feature" await vscode.commands.executeCommand('workbench.action.chat.open', prompt); However, I have no way ...
Lucky_boy's user avatar
1 vote
2 answers
243 views

How to disconnect Visual Studio from a Copilot subscription so that it is possible to subscribe to another subscription?
Developer's user avatar
  • 806
0 votes
0 answers
102 views

Recently, I came across a webinar where the presenter was invoking custom functions from the Co-pilot VS Code extension. The functions were getting invoked based on the content of the prompt, and ...
Ish Mahajan's user avatar
1 vote
1 answer
955 views

When entering a Copilot prompt in Visual Studio v17.14.6 using the Gemini Pro LLM (enterprise) in agent mode, the result is the error message. The LLM seems to process fine and can see an answer being ...
Phillip Ngan's user avatar
  • 16.3k
1 vote
1 answer
1k views

I'm experiencing an intermittent connection issue with Figma's MCP (Model Context Protocol) server in VS Code with GitHub Copilot. After following the official Figma documentation (https://help.figma....
Sameer Kotecha's user avatar
2 votes
0 answers
2k views

Need help on this issue that not all the MCP tools are listed on the "select tools" under the chatbox on VSCode Copilot Agent Mode, which looks like the same issue as: https://github.com/...
Augie Li's user avatar
  • 348
-4 votes
1 answer
126 views

I am following a tutorial about Github Copilot in VsCode I came across the following screen shot. So how do I get to that Suggestions window that you see on the right? Is there any keyboard shortcut ...
VivekDev's user avatar
  • 26.1k
1 vote
2 answers
2k views

I’m currently using VS Code with GitHub Copilot and have installed 3 different MCP . At the beginning, everything worked fine — the MCPs were running without me needing to trigger them manually. I ...
Farid Mammadov's user avatar
0 votes
0 answers
16 views

I recently created several instructions under User Data Folder. I want to exclude them from being attached to every single chat, how can I do the opposite of Chat: Attach Instructions when there's no ...
Shern's user avatar
  • 871
0 votes
1 answer
302 views

I want to use Visual Studio Code + GitHub Copilot. That works fine if I start VS code with my normal user. But my problem is: I start my VS Code with a different windows (admin) user I click on login ...
Enki's user avatar
  • 59
1 vote
1 answer
1k views

Hello I have developed a MCP server in python mcp= FastMCP("mymcp", dependecies=["dotenv"], stateless_http=True, host="127.0.0.1", port=8000) #tools if ...
Raffa50's user avatar
  • 23
0 votes
1 answer
816 views

I am currently developing a simple MCP (Model Context Protocol) server with TypeScript. The goal is that a tool called hello is called via the GitHub Copilot chat with 'hello' and returns “Hello, ...
Ren's user avatar
  • 45
6 votes
2 answers
2k views

How can I configure GitHub Copilot Agent Mode to use ";" instead of "&&" in Visual Studio Code for terminal commands that run in Powershell? GitHub Copilot suggesting &&...
Federico Bridger's user avatar
0 votes
1 answer
305 views

Where does VS Code and Visual Studio store the MCP input? I gave them the wrong token and I want to change them now but cannot find it anywhere. This is my definition: "mcp": { ...
Luke Vo's user avatar
  • 21.6k
5 votes
4 answers
6k views

After GitHub Copilot signed me out unexpectedly in VS Code, I was unable to sign in again. The "Sign in" button in the Copilot extension panel was unresponsive — clicking it did nothing. I ...
smetanamolokovich's user avatar
1 vote
0 answers
572 views

I'm having a persistent issue with GitHub Copilot in Visual Studio Code on Windows. Every time I open VS Code, Copilot asks me to sign in. But when I click the “Sign in” button, either nothing happens ...
user30637441's user avatar

1
2 3 4 5
9