Add VSCode task for ninja changes_all

This commit is contained in:
LagoLunatic
2025-06-19 19:05:24 -04:00
parent 705f55693c
commit 868b5919fc
+6
View File
@@ -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": [],
},
]
}