{ "editor.fontSize": 22, "files.exclude": { "**/node_modules": false }, "editor.formatOnSave": true, "editor.formatOnType": true, "git.autofetch": true, "workbench.iconTheme": "vscode-icons", "files.associations": { "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript", "*.wxml": "html" }, "emmet.includeLanguages": { "wxml": "html" }, "minapp-vscode.disableAutoConfig": true }