Files
mp-qvyun/mp.code-workspace
2024-12-04 14:11:50 +08:00

17 lines
200 B
Plaintext

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