Files
Picsur/workspace.code-workspace

24 lines
283 B
Plaintext
Raw Normal View History

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