| ▲ | winterqt 2 hours ago | |
In my limited time using it, I’ve never seen it ask for permission to read files from within the working directory, what cases have you run into where it does? Was it trying to run a read-only shell command or something? | ||
| ▲ | makeramen 2 hours ago | parent | next [-] | |
It will sometimes do this for gitignored files to avoid reading secret tokens in env files for example. But for certain languages that rely on code generation this can be a pain. | ||
| ▲ | acid__ 2 hours ago | parent | prev [-] | |
It seems to be particularly bad in Windows/WSL | ||