-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.local.json
More file actions
39 lines (39 loc) · 1.07 KB
/
settings.local.json
File metadata and controls
39 lines (39 loc) · 1.07 KB
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
{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(git -C \"C:\\Users\\Cope\\Documents\\GitHub\\FlashForgeUI-Electron\" branch --show-current)",
"Bash(dir /s /b *.tsx 2)",
"Bash(nul)",
"Bash(dir /s /b:*)",
"Bash(findstr:*)",
"WebSearch",
"Bash(node:*)",
"Bash(npx @yao-pkg/pkg:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:www.npmjs.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:api.github.com)",
"Bash(gh pr view:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr checkout:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(gh run list:*)",
"Bash(gh workflow list:*)",
"Bash(grep:*)",
"Bash(gh run:*)",
"Bash(gh pr create:*)",
"Bash(gh pr:*)",
"Bash(./dist/flashforge-webui-win-x64.exe --no-printers)",
"Bash(python:*)",
"Bash(npx yao-pkg:*)",
"Bash(gh api:*)",
"Bash(ls:*)",
"Bash(git remote get-url:*)"
],
"deny": [],
"ask": []
}
}