Files
quyun/quyun.code-workspace
2025-04-16 20:58:26 +08:00

24 lines
455 B
Plaintext

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