Picsur/picsur.code-workspace

24 lines
283 B
Plaintext
Raw Normal View History

2022-02-25 12:56:16 +00:00
{
"folders": [
{
"name": "shared",
"path": "shared"
},
{
"name": "backend",
"path": "backend"
},
{
"name": "frontend",
"path": "frontend"
},
{
2022-02-27 19:27:22 +00:00
"name": "Picsur-Monorepo",
2022-02-25 12:56:16 +00:00
"path": "."
}
],
2022-03-04 13:49:41 +00:00
"settings": {
"vsicons.presets.angular": true
}
2022-02-25 12:56:16 +00:00
}