Files
quyun/quyun.code-workspace
2025-04-23 10:20:28 +08:00

28 lines
547 B
Plaintext

{
"folders": [
{
"path": "backend",
"name": "Backend",
},
{
"path": "frontend/wechat",
"name": "WeChat"
}
{
"path": "frontend/admin",
"name": "Admin"
},
{
"path": ".gitea/workflows",
"name": "Workflow"
}
],
"settings": {
"github.copilot.chat.codeGeneration.instructions": [
{
"file": "./.vscode/daisyui.md"
}
]
}
}