Skip to content

Commit 28f59fe

Browse files
committed
feat(hooks): add configuration for vscode-copilot hooks
1 parent c55ac0e commit 28f59fe

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

.github/hooks/config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"hooks": {
3+
"PreToolUse": [
4+
{
5+
"type": "command",
6+
"command": "context-mode hook vscode-copilot pretooluse"
7+
}
8+
],
9+
"PostToolUse": [
10+
{
11+
"type": "command",
12+
"command": "context-mode hook vscode-copilot posttooluse"
13+
}
14+
],
15+
"SessionStart": [
16+
{
17+
"type": "command",
18+
"command": "context-mode hook vscode-copilot sessionstart"
19+
}
20+
]
21+
}
22+
}

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)