init Add default VS Code workspace configuration with current and test folders ```
12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../003_test"
|
|
}
|
|
],
|
|
"settings": {}
|
|
}
|