This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/aurora.code-workspace
watsonb8 93be6dc100 See commit description for changes
Added PageContainer to dynamically load pages within the main content. Added player component to control music playback(Half functional). Added playback changed event not the player service.
2019-05-24 10:27:19 -04:00

14 lines
196 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/bin": true,
"**/obj": true,
"**/packages": true
}
}
}