aurora/workspace.code-workspace
2021-03-04 01:57:21 -05:00

13 lines
122 B
Plaintext

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