Skip to content

victordov/github-copilot-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to customize GitHub Copilot (VS Code / IntelliJ / Web)

About customizing GitHub Copilot responses

Custom agents in VS Code
Use prompt files in VS Code
Use custom instructions in VS Code

Github Copilot setup

Github Copilot - Awesome Copilot

VS Code–specific configurations

Paste the vscode urls in the browser, then it will delegate the command to vscode

Auto approve (global) vscode://settings/chat.tools.global.autoApprove
Disables approval prompts globally (dangerous)

Auto approve (terminal) vscode://settings/chat.tools.terminal.autoApprove
Disables approval prompts for terminal operations

Use instruction files
vscode://settings/github.copilot.chat.codeGeneration.useInstructionFiles
Enables instruction files (should be on by default)

Enable subagent to use custom agents
vscode://chat.customAgentInSubagent.enabled
Enable support for custom agents in subagents, reference https://code.visualstudio.com/docs/copilot/chat/chat-sessions#_use-a-custom-agent-with-subagents-experimental

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published