diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1a1f9e7a2..4a9d108da 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -33,5 +33,11 @@ "command": "${command:python.interpreterPath} configure.py --version ${input:gameVersion}", "problemMatcher": [], }, + { + "label": "ninja changes_all", + "type": "shell", + "command": "ninja changes_all", + "problemMatcher": [], + }, ] }