diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-09-17 10:48:09 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-09-17 10:48:09 -0400 |
| commit | 77ed3278449434f0a3d0fbf69ec408766eca929a (patch) | |
| tree | 080cbc4dad3cd9062c724cf3cb569e77e562fd73 | |
| parent | 238c70a88047b18bf5e962e9db586e04a100684f (diff) | |
| -rw-r--r-- | .vscode/tasks.json | 6 |
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": [], + }, ] } |
