37 questions
Tooling
0
votes
0
replies
35
views
How can I stop Next.js from writing to cache after builds?
I’m doing a lot of vibe coding with Next.js 16. After every turn, Copilot tries to validate its changes by running a full project rebuild.
The build itself isn’t too slow, about a minute, but it ends ...
Best practices
1
vote
2
replies
214
views
Agents in Copilot Studio: Best practices for developing, versioning and deploying
What is the best way, what is best practice when it comes to developming, versioning and deploying agents in Copilot Studio?
I now basically have three ways, all of which do the same thing but deliver ...
Advice
1
vote
1
replies
274
views
Premium requests usage of Copilot and Claude Code plugins in VSCode
I subscribed to Claude Pro and want to use Claude Code in VS Code. I originally selected @claude in the agent handoff of the Copilot Chat plugin, but I found that this would consume the Copilot ...
0
votes
1
answer
126
views
How to disable or configure the rhythmic "progress" sound effect cues in GitHub Copilot/VS Code?
I noticed that during GitHub Copilot code generation ("vibe coding"), VS Code emits a rhythmic audio signal to indicate progress. While this is a helpful accessibility feature, it causes ...
4
votes
1
answer
575
views
Copilot inline suggestions in VS Code stopped formatting code correctly (ignoring line breaks and indentation)
I am currently using GitHub Copilot within VS Code, primarily to write my thesis in LaTeX, but I've noticed my issue is not limited to .tex files.
Everything was working perfectly until yesterday, but ...
-2
votes
1
answer
267
views
Can I prevent VSCode DevContainer environment from loading Copilot?
Despite having only a few extensions specified in devcontainer config
"customizations": {
"vscode": {
"extensions": [
"elmtooling.elm-ls-vscode&...
Best practices
0
votes
0
replies
117
views
Monorepo + AI tools (Copilot, Cursor): does having full codebase context provide real advantages in practice?
I work in a frontend environment with multiple applications and shared libraries.
Historically, these projects have lived in separate repositories (multi-repo), and shared functionality was either ...
2
votes
1
answer
1k
views
Custom OpenAI Compatible model configuration not showing up in Model Selector via chatLanguageModels.json
enter image description here
enter image description here
enter image description here
VSCode-insider version 1.109
I am trying to configure a custom OpenAI Compatible provider (GLM-4.7 via Zhipu/...
2
votes
1
answer
396
views
Observability for a GitHub Copilot custom agent (Visual Studio Code)
I want logging middleware (or something equivalent to it) for VS Code GitHub Copilot interactions.
I failed to find any official API that supports this as GHCP and its VS Code extension seem to be ...
0
votes
0
answers
122
views
When are VSCode Copilot chat instructions files read in?
I'm trying to write VSCode instructions files that are applied to specific file patterns using the applyTo frontmatter. However, I don't see them applied usually. My question is...do instructions ...
0
votes
1
answer
893
views
Visual Studio Code freezes when opening a project due to large Copilot Chat history
I have been using Visual Studio Code with a project for a while, with Copilot chat open.
I use the chat quite often and I've observed when the chat history is somewhat large, VS Code will struggle to ...
0
votes
0
answers
134
views
What is the root directory for applyTo glob patterns in VS Code “Use custom instructions” files?
I’m trying to understand how the applyTo property works in the VS Code “Use custom instructions” file format (used for configuring GitHub Copilot Custom Instructions).
Specifically, the documentation ...
2
votes
0
answers
709
views
VS Code chat.tools.terminal.autoApprove fails to match my command
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 ...
3
votes
0
answers
377
views
How to bulk add commits as context for Copilot Chat in VS Code?
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 ...
0
votes
0
answers
62
views
How can I configure vscode-copilot-chat so that its suggestion text automatically wraps?
As shown in the picture, I have a long line, and copilot detects an error on this line. It gives a line of suggesstion text, but to long to display on a screen line. However, this line does not wrap ...