We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfbe95 commit bf5b97fCopy full SHA for bf5b97f
1 file changed
.claude/settings.local.json
@@ -0,0 +1,27 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "WebFetch(domain:github.com)",
5
+ "WebFetch(domain:docs.neoforged.net)",
6
+ "Bash(npm run lint)",
7
+ "Bash(npx @vscode/vsce package)",
8
+ "Bash(npx --yes @vscode/vsce package)",
9
+ "Bash(npm install --save-dev @vscode/vsce)",
10
+ "Bash(npx vsce package)",
11
+ "Bash(gh api repos/hrmcngs/MC-Mod-Utility/dependabot/alerts/2)",
12
+ "Bash(npm audit)",
13
+ "Bash(npm audit fix --force)",
14
+ "Bash(npm audit fix)",
15
+ "Bash(npm install)",
16
+ "Bash(python3 -c \"import zlib, struct; print\\(''OK''\\)\")",
17
+ "WebFetch(domain:raw.githubusercontent.com)",
18
+ "Read(//tmp/**)",
19
+ "Bash(git status -u)",
20
+ "Bash(git status -u --short)",
21
+ "Bash(git push origin main)"
22
+ ],
23
+ "additionalDirectories": [
24
+ "/tmp"
25
+ ]
26
+ }
27
+}
0 commit comments