| 1234567891011121314151617181920212223 |
- {
- "permissions": {
- "allow": [
- "Bash(dotnet:*)",
- "Bash(powershell:*)",
- "Bash(git:*)",
- "Bash(ls:*)",
- "Bash(dir:*)",
- "Bash(cat:*)",
- "Bash(echo:*)",
- "FileEdit(E:\\workspace\\bitforum.io:*)",
- "FileRead(E:\\workspace\\bitforum.io:*)",
- "FileCreate(E:\\workspace\\bitforum.io:*)",
- "FileDelete(E:\\workspace\\bitforum.io:*)",
- "Bash(findstr:*)",
- "Bash(find:*)"
- ]
- },
- "dangerouslySkipPermissions": true,
- "allowedPaths": [
- "E:/workspace/bitforum.io"
- ]
- }
|