z test patch
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"defines": [
|
||||
"_EE",
|
||||
"_IOP",
|
||||
"__SPU__",
|
||||
"INTELLISENSE"
|
||||
],
|
||||
"cppStandard": "c++20",
|
||||
|
||||
@@ -83,6 +83,11 @@
|
||||
"type": "shell",
|
||||
"label": "Stop docker container",
|
||||
"command": "docker compose down"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "[Debug] Copy obj directory to host",
|
||||
"command": "docker exec -t tyra-compiler sh -c 'rsync -zac --include=\"*/\" --include=\"obj/**\" --exclude=\"*\" /src/ /host/'"
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
|
||||
Reference in New Issue
Block a user