fix: fix compress command
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "backend"
|
||||
"path": "backend",
|
||||
"name": "Backend",
|
||||
},
|
||||
{
|
||||
"path": "frontend/admin"
|
||||
},
|
||||
]
|
||||
"path": "frontend/admin",
|
||||
"name": "Admin"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"github.copilot.chat.codeGeneration.instructions": [
|
||||
{
|
||||
"file": "./.vscode/daisyui.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user