Files
FreeERP.Applet/.vscode/settings.json

34 lines
673 B
JSON
Raw Normal View History

2026-01-15 09:33:51 +08:00
{
"window.title": "普惠版小程序开发",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/.dart_tool": true,
"**/miniprogram_npm": true,
"**/typings": true
},
"cSpell.words": [
"bindchange",
"binddragend",
"binddragstart",
"bindgetphonenumber",
"bindscroll",
"bindtap",
"borderless",
"catchtap",
"companys",
"DFSESSID",
"elif",
"miniprogram",
"qrcode",
"Sess",
"Sesskey",
"showmenu",
"unionid"
2026-01-21 17:05:30 +08:00
],
"wxml.format.maxPreserveNewLines": null,
"wxml.format.wrapLineLength": 100,
"editor.formatOnPaste": false
2026-01-15 09:33:51 +08:00
}