aurora/aurora.code-workspace

25 lines
320 B
Plaintext
Raw Permalink Normal View History

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