16 questions
0
votes
0
answers
13
views
Add chat participant in vs code extension in notebook cell inline chat
I'm building VS Code extension based on vs code notebook API. The extension contributes a chat participant and it works fine from the main chat.
There is also an inline chat in the notebook code cell, ...
5
votes
1
answer
555
views
Github Copilot "Edit" Tab is missing
Before I used to see CHAT and EDIT in the Copilot sidebar in VSCode.
I updated the extensions to the latest, but now I only see "CHAT".
How to enable the two tabs ? How to bring it back? ...
0
votes
1
answer
242
views
How to set the current Context of the Github Copilot chat to a specific (sub-)folder?
As the title says, I am looking for any possible way to set the chat context to a specific folder in the current project - how can that be done?
Recently, Microsoft added the "#folder" ...
0
votes
1
answer
32
views
Generating code using Copilot by providing reference of another project
Is there a way to generate code using VS Code Copilot chat extension by providing reference of another project? The coding standards, references used, design patterns should be inferred from the ...
3
votes
1
answer
99
views
New file type select gone with VS Code Copilot enabled
Before I enabled Copilot for VS Code, when I would start a new document with Ctrl+N, there was a link I could click to select the programming language that I wanted. I would start typing powershell ...
-1
votes
1
answer
201
views
How to automate cli interactions with gh copilot using expect
I want to automatically press
Enter (select generic shell command)
Enter (Copy command to clipboard)
Up (Move cursor to Exit)
Enter (Exit gh cli)
so I can Ctrl+V to paste the suggested terminal ...
0
votes
1
answer
214
views
Why Github Copilot network request not appeared in Visual Studio Code Developer Tools?
I am working on a confidential project, so I ensure that only specific parts of the code are sent to Copilot Chat. To achieve this, I have disabled Copilot Completion and primarily use Copilot Chat. ...
1
vote
0
answers
374
views
How to make github copilot for VScode use entire workspace for inline suggestions
According to https://code.visualstudio.com/docs/copilot/prompt-crafting, Copilot only uses open files to generate inline suggestions - is there a way to make it consider all files in the workspace? I ...
0
votes
1
answer
439
views
My copilot in vscode suddenly cannot be used
I was using copilot on a remote server. Today I found that it suddenly couldn't be used. However, my local vscode can use it smoothly.
After testing the network problem, the remote server can ping api....
0
votes
3
answers
2k
views
GitHub Copilot v1.221.0: FetchError ETIMEDOUT in VS Code
I'm encountering an issue with GitHub Copilot in Visual Studio Code, where the extension is unable to send telemetry data. The error log shows FetchError: ETIMEDOUT. This occurs every time I try to ...
0
votes
0
answers
424
views
How to interface with Github Copilot LLM programmatically
I am trying to build a small app to interface with Github copilot LLM server OR if anyone found a way to interface with the Copilot LLM programatically in any other way.
I know that Github Copilot do ...
0
votes
1
answer
81
views
How to cancel the stars next to the cursor after using copilot in vscode
I couldn't find the option to cancel this in the settings,I have read the relevant documents and have not found any relevant methods. Do you have any relevant experience that can solve my problem.
0
votes
0
answers
1k
views
How to log in to Copilot in VSCode - authentication failed
I've had Copilot working in VSCode but it stopped working when I tried out Google Code Assist.
I removed all extensions. Then installed GitHub Copilot, GitHub Copilot Chat, GitHub Actions but all ...
2
votes
1
answer
663
views
Keyboardshort for "Generate commit message with Copilot" in VSCode?
In Visual Studio Code , there is a button "Generate commit message with Copilot", I want to click this button by keyboard shortcuts ,
I tried check commands but didnt find it,
is there any ...
3
votes
1
answer
2k
views
Cannot read properties of undefined (reading 'split') with VSCode Copilot
I'm trying to ask Copilot to do something, anything programming, and yet I keep getting the answer:
Cannot read properties of undefined (reading 'split')
Why?