14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"chat.tools.terminal.autoApprove": {
|
|
"npx vitest": true,
|
|
"npx tsc": true,
|
|
"git remote": true,
|
|
"npx asar": true,
|
|
"npx tsx": true,
|
|
"gh": true,
|
|
"git add": true,
|
|
"git commit": true,
|
|
"git push": true
|
|
}
|
|
}
|