Remix.run Logo
forgotusername6 5 days ago

In agent mode there is a whitelist of commands in the VScode settings that it can do without confirmation. When I went to edit that file, copilot suggested adding "rm -rf *".

randomNumber7 5 days ago | parent [-]

This must be a mistake. It should be "rm -rf /*"

forgotusername6 5 days ago | parent [-]

It actually suggested four options rm -rf *, rm -rf .*, rm -rf../* and rm -rf ../.*