포스트

[vscode][github-copilot] 코파일럿 mcp 프롬프트 설정하기

vscode 에서 코파일럿 mcp 서버 세팅에 대해 궁금하신 분들은 이전 포스팅을 보고 와주세요. https://blog.naver.com/devramyun/223823404759

[20250425] 헐 대박 [vscode][mcp] Github-copilot도 mcp 지원됨!! 대박 소식입니다! github 코파일럿도 얼마 전 agent 기능이 나와서 눈여겨 보았는데, mcp기능도 나왔습니다… 대박 소식입니다! github 코파일럿도 얼마 전 agent 기능이 나와서 눈여겨 보았는데, mcp기능도 나왔습니다…

이번 포스팅은 재사용 가능한 프롬프트 저장 방법에 대해 다룹니다.

대략 다음과 같이 만들어집니다. .github/prompts/프롬프트이름

이제 작성하기만 하면 됩니다!

혹시 이 경로가 맘에 안드시거나 다른 경로에 프롬프트 파일을 두고 싶으신 분들은 @chat.promptfiles를 검색하셔서 경로를 추가하시면 됩니다.

제가 쓰는 prompt 하나 공유해드릴게요

sticker

sticker

참고: https://code.visualstudio.com/docs/copilot/copilot-customization#_prompt-files-experimental-settings

Custom instructions for GitHub Copilot in VS Code Learn how you can customize how GitHub Copilot generates code or tests for your project by defining a set of instructions. Learn how you can customize how GitHub Copilot generates code or tests for your project by defining a set of instructions.

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.