Merge pull request #5503 from Tyriar/copilot_approve

Add some npm scripts that copilot can approve
This commit is contained in:
Daniel Imms
2025-12-26 11:16:36 -08:00
committed by GitHub
+8
View File
@@ -1,4 +1,12 @@
{
"chat.tools.terminal.autoApprove": {
"npm run build": true,
"npm run esbuild": true,
"npm run lint": true,
"npm run lint-fix": true,
"npm run lint-api": true,
"npm run test-unit": true,
},
"files.associations": {
".eslintrc.json.typings": "jsonc"
},