findme-miniprogram-frontend/.vscode/settings.json
2025-12-27 17:16:03 +08:00

11 lines
166 B
JSON

{
"cSpell.enabled": true,
"cSpell.ignorePaths": [
"**/*.wxml",
"**/*.wxss"
],
"files.associations": {
"*.wxml": "html",
"*.wxss": "css"
}
}