Files
dashboard/Dev.code-workspace
2024-12-21 09:49:53 -05:00

19 lines
237 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"folder-color.pathColors": [
{
"folderPath": "Dev/dashboard/",
"badge": "🔵"
},
{
"folderPath": "Dev/dashboard-server/",
"badge": "🟣"
}
]
}
}