aurora/aurora.code-workspace
2021-04-11 14:46:08 -04:00

22 lines
282 B
Plaintext

{
"folders": [
{
"path": "aurora-sharp-desktop"
},
{
"path": "aurora-cradle-sharp"
},
{
"path": "aurora-proto"
},
{
"path": "issue_template"
}
],
"settings": {
"files.exclude": {
"**/obj": true
}
}
}