summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-09-17 10:48:09 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-09-17 10:48:09 -0400
commit77ed3278449434f0a3d0fbf69ec408766eca929a (patch)
tree080cbc4dad3cd9062c724cf3cb569e77e562fd73
parent238c70a88047b18bf5e962e9db586e04a100684f (diff)
Add VSCode task to baseline all versionsHEADmain
-rw-r--r--.vscode/tasks.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index b2b58825..d29b2d00 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -39,5 +39,11 @@
"command": "ninja changes_all",
"problemMatcher": [],
},
+ {
+ "label": "baseline all versions",
+ "type": "shell",
+ "command": "${command:python.interpreterPath} configure.py --version D44J01 && sleep 1 && ninja baseline && ${command:python.interpreterPath} configure.py --version GZLJ01 && sleep 1 && ninja baseline && ${command:python.interpreterPath} configure.py --version GZLE01 && sleep 1 && ninja baseline && ${command:python.interpreterPath} configure.py --version GZLP01 && sleep 1 && ninja baseline",
+ "problemMatcher": [],
+ },
]
}