Skip to content

Commit 73fd312

Browse files
Create settings.local.json
1 parent d27001b commit 73fd312

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.claude/settings.local.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh issue *)",
5+
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\AndiTse\\\\Codes\\\\PolySharp\")",
6+
"Bash(Select-Object Name, PSIsContainer)",
7+
"Bash(Get-ChildItem *)",
8+
"PowerShell(@\\(\\(ls \"C:\\\\Users\\\\AndiTse\\\\Codes\\\\PolySharp\\\\src\\\\PolySharp.SourceGenerators\\\\EmbeddedResources\" -File\\).Count + \\(ls \"C:\\\\Users\\\\AndiTse\\\\Codes\\\\PolySharp\\\\src\\\\PolySharp.SourceGenerators\\\\EmbeddedResources\\\\RuntimeSupported\" -File\\).Count\\))",
9+
"WebFetch(domain:devblogs.microsoft.com)",
10+
"Bash(git checkout *)",
11+
"Bash(dotnet build *)",
12+
"Bash(dotnet test *)",
13+
"Bash(git add *)",
14+
"Bash(git commit -m ' *)",
15+
"Bash(git push *)"
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)