Files
mp-qvyun/mp.code-workspace
2024-11-28 16:15:08 +08:00

16 lines
199 B
Plaintext

{
"folders": [
{
"path": "frontend"
},
{
"path": "backend"
}
],
"settings": {
"vue3snippets.enable-compile-vue-file-on-did-save-code": true,
"cSpell.words": [
"qvyun"
]
}
}