cs11dotnet7/vscode/Chapter04/Chapter04.code-workspace

19 lines
207 B
Plaintext
Raw Normal View History

2022-02-19 20:56:52 +01:00
{
"folders": [
{
"path": "WritingFunctions"
},
{
"path": "Debugging"
},
{
"path": "Instrumenting"
},
{
"path": "CalculatorLib"
},
{
"path": "CalculatorLibUnitTests"
}
]
}