12 lines
227 B
JSON
12 lines
227 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
|
|
}
|
|
}
|