-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
/
Copy pathsettings.json
File metadata and controls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "PROXY_MANAGED",
"ANTHROPIC_BASE_URL": "http://127.0.0.1:15721",
"API_TIMEOUT_MS": "3000000",
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"DISABLE_AUTOUPDATER": "1",
"DISABLE_INSTALLATION_CHECKS": "1",
"ENABLE_TOOL_SEARCH": "true"
},
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"allow": [
"Bash(npx tsc --noEmit)",
"Bash(npx vue-tsc --noEmit)",
"mcp__fetch__fetch",
"mcp__chrome-devtools__list_pages",
"mcp__chrome-devtools__take_snapshot",
"Read",
"Bash(git diff --cached --name-only && echo*)"
],
"deny": [
"WebSearch",
"WebFetch"
]
},
"hooks": {
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "powershell.exe -NoProfile -NonInteractive -WindowStyle Hidden -File \"C:\\Users\\bddxg\\.claude\\hooks\\focus-vscode-notify.ps1\"",
"async": false
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "powershell.exe -NoProfile -NonInteractive -WindowStyle Hidden -File \"C:\\Users\\bddxg\\.claude\\hooks\\focus-vscode-notify.ps1\"",
"async": false
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "ccline",
"padding": 0
},
"extraKnownMarketplaces": {
"hello2cc-local": {
"source": {
"source": "github",
"repo": "hellowind777/hello2cc"
}
}
},
"enabledPlugins": {
"hello2cc@hello2cc-local": true
}
}