fix(workspace): Correctly add dv3d path to workspace configuration

This commit is contained in:
Ross
2026-05-18 09:49:44 +01:00
parent 93e24bf855
commit 5f69cdcaf9
+3
View File
@@ -3,6 +3,9 @@
{ {
"name": "rad", "name": "rad",
"path": "." "path": "."
},
{
"path": "../../dv3d"
} }
], ],
"settings": { "settings": {