We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55ac0e commit 28f59feCopy full SHA for 28f59fe
2 files changed
.github/hooks/config.json
@@ -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
12
+ "command": "context-mode hook vscode-copilot posttooluse"
13
14
15
+ "SessionStart": [
16
17
18
+ "command": "context-mode hook vscode-copilot sessionstart"
19
20
+ ]
21
22
+}
renovate.json
0 commit comments