Files
mp-qvyun/mp.code-workspace
2025-01-04 01:02:35 +08:00

21 lines
272 B
Plaintext

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