28 lines
547 B
Plaintext
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"
|
|
}
|
|
]
|
|
}
|
|
}
|