From 79f5198b2d6a432d4d4b8cd525a059eeafb1d955 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 26 Dec 2025 11:10:53 -0800 Subject: [PATCH] Add some npm scripts that copilot can approve --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index cf683d8a..422a2955 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" },