Files
mp-qvyun/mp.code-workspace
2024-12-11 15:25:31 +08:00

17 lines
234 B
Plaintext

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