xlx_teacher_app/xlx_teacher_app.code-workspace

18 lines
291 B
Plaintext
Raw Normal View History

2025-08-16 20:12:10 +08:00
{
"folders": [
{
"path": "."
},
{
"path": "../xlx_client/art-design-pro"
}
],
"settings": {
"files.associations": {
"pages.json": "jsonc",
"manifest.json": "jsonc"
},
"typescript.tsdk": "node_modules\\typescript\\lib",
"explorer.fileNesting.expand": false
}
}