```
init Add default VS Code workspace configuration with current and test folders ```
This commit is contained in:
11
001_documentation/default.code-workspace
Normal file
11
001_documentation/default.code-workspace
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../003_test"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
Reference in New Issue
Block a user