Motivation
When running uv commands which need to modify the .venv dir, there are often permission errors (astral-sh/uv#7382).
I suspect it is something to do with VS Code running ruff, although I am not sure.
Summary of desired feature
Avoid permissions errors when running commands which involve uv subprocesses.
Motivation
When running
uvcommands which need to modify the.venvdir, there are often permission errors (astral-sh/uv#7382).I suspect it is something to do with VS Code running
ruff, although I am not sure.Summary of desired feature
Avoid permissions errors when running commands which involve
uvsubprocesses.