Skip to content

Commit 54b7676

Browse files
committed
devcontainer.vim.json のテンプレートに GitHub Copilot の設定を追加。
1 parent b9ea08b commit 54b7676

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

devcontainer.vim.template.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
// "source": "${localEnv:HOME}/.gemini",
8181
// "target": "{{ remoteEnv:HOME }}/.gemini"
8282
//},
83+
// If use github copilot
84+
//{
85+
// "type": "bind",
86+
// "source": "${localEnv:HOME}/.config/github-copilot",
87+
// "target": "{{ remoteEnv:HOME }}/.config/github-copilot"
88+
//},
8389
],
8490
// denops など、別の実行環境が必要な場合や、
8591
// 後乗せで追加したいツールがある場合には以下の対象行をコメントアウトするか

0 commit comments

Comments
 (0)