buster/.vscode/front-end.code-workspace

18 lines
343 B
Plaintext
Raw Permalink Normal View History

2025-07-13 13:34:08 +08:00
{
"folders": [
2025-07-13 22:25:21 +08:00
{ "path": "../apps/server" },
2025-09-05 23:49:08 +08:00
{ "path": "../apps/web" },
2025-07-13 22:25:21 +08:00
{ "path": "../packages/access-controls" },
{ "path": "../packages/database" },
2025-09-04 00:20:52 +08:00
{ "path": "../packages/server-shared" }
2025-07-13 13:34:08 +08:00
],
"settings": {
},
"extensions": {
"recommendations": [
"biomejs.biome",
2025-09-04 00:20:52 +08:00
"vitest.explorer"
2025-07-13 13:34:08 +08:00
]
}
}