first commit
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user