aurora/aurora.code-workspace

25 lines
320 B
Plaintext
Raw Normal View History

2021-03-05 23:30:12 -05:00
{
"folders": ['
{
"path": ".gitea"
},
{
2021-04-11 14:21:48 -04:00
"path": "aurora-sharp-desktop"
},
{
2021-04-11 14:21:48 -04:00
"path": "aurora-cradle-sharp"
},
{
2021-04-11 14:21:48 -04:00
"path": "aurora-proto"
},
{
"path": "aurora-shared"
}
2021-04-11 14:21:48 -04:00
],
"settings": {
"files.exclude": {
"**/obj": true
}
}
2021-03-05 23:30:12 -05:00
}