1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VS Codeでのcopilotとのやり取りを残すためのメモテンプレート

Last updated at Posted at 2025-11-09

VS CodeでCopilot とやり取りしていると、VS Codeを閉じた際にチャット履歴が消えてしまいます。
この履歴には試行錯誤や参照したい情報が多く含まれているため、そのまま消えると困ることがあります。

そのため、やり取りをMarkdown形式で簡単に残すテンプレートを作成しました。
メモ感覚で保存できるよう、必要最低限の構成にしています。

使い方

  1. 下記のプロンプトとテンプレートをCopilotに渡します。
ここまでの会話内容をテンプレートに沿って md ファイルに出力してください。  
ファイル名には会話の内容を基に区別可能な名前を、日付と共につけてください。

テンプレート

## タイトル(会話の内容をもとに区別可能なタイトルをつける。ファイル名と一致させる事)

*日付:*  
*トピック:*  
*背景/文脈:* 

---

## 会話内容

Q:  
A:  

Q:  
A:  

---

*アクションアイテム(必要な場合)*  
- [ ]  

*参考資料(必要な場合)*  
-  

---

*最終更新:*  

現時点ではこの方法が手軽だと感じていますが、今後より便利な仕組みが出てくると良いですね。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?