findme-miniprogram-frontend/.vscode/settings.json

12 lines
166 B
JSON
Raw Permalink Normal View History

2025-12-27 17:16:03 +08:00
{
"cSpell.enabled": true,
"cSpell.ignorePaths": [
"**/*.wxml",
"**/*.wxss"
],
"files.associations": {
"*.wxml": "html",
"*.wxss": "css"
}
}