Fix pan law for Mix split.

This commit is contained in:
Robin E. R. Davies
2026-01-15 11:46:56 -05:00
parent 6a724a092d
commit 474a5de9aa
2 changed files with 40 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: clean rebuild",
"command": "cleanRebuild",
"targets": [
"all"
],
"group": "build",
"problemMatcher": [],
"detail": "CMake template clean rebuild task"
}
]
}