Files
lettersoup-online/001_documentation/default.code-workspace
louiscklaw 7295b46c06 ```
init Add default VS Code workspace configuration with current and test folders
```
2025-05-16 11:16:21 +08:00

12 lines
112 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../003_test"
}
],
"settings": {}
}