12 lines
439 B
JSON
12 lines
439 B
JSON
{
|
|
"chat.tools.terminal.autoApprove": {
|
|
"/^python3 --version && python3 -m venv \\.venv 2>&1 \\| tail -20; echo \"EXIT: \\$\\?\"$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
},
|
|
"/^which uv virtualenv pipx 2>/dev/null; python3 -m pip --version 2>&1 \\| head -2; ls /usr/bin/python3\\* 2>/dev/null$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
}
|
|
}
|
|
} |