init Add default VS Code workspace configuration with current and test folders
```
This commit is contained in:
2025-05-16 11:16:21 +08:00
parent 471175d08d
commit 7295b46c06

View File

@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "../003_test"
}
],
"settings": {}
}