* fix: extended typescript checking to main and fixed all typescript errors * fix: removed unnecessary type --------- Co-authored-by: hugo <hugoms@me.com>
17 lines
353 B
JSON
17 lines
353 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,
|
|
"uniq": true,
|
|
"diff": true,
|
|
"npx eslint": true
|
|
}
|
|
}
|