-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Open
Labels
ai-customizationsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchat-hooks
Description
I see this:
But the hooks.json has this:
{
"version": 1,
"hooks": {
"sessionStart": [
{
"type": "command",
"bash": "if [ -f ~/.vscode-worktree-setup ]; then nohup npm ci > /tmp/npm-ci-$(date +%Y-%m-%d_%H-%M-%S).log 2>&1 & fi"
}
],
"sessionEnd": [
{
"type": "command",
"bash": "if [ -f ~/.vscode-worktree-setup ]; then nohup npm run compile fi"
}
],
"userPromptSubmitted": [
{
"type": "command",
"bash": ""
}
],
"preToolUse": [
{
"type": "command",
"bash": ""
}
],
"postToolUse": [
{
"type": "command",
"bash": ""
}
]
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ai-customizationsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchat-hooks