amis2/.vscode/settings.json

12 lines
338 B
JSON
Raw Normal View History

2019-11-07 10:41:54 +08:00
{
2021-01-04 23:36:39 +08:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
2021-01-04 23:36:39 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
"gitHistory.showEditorTitleMenuBarIcons": false,
"search.exclude": {
"examples/docs.json": true,
"examples/components/EChartsEditor/option-parts/**/*": true
2021-01-04 23:36:39 +08:00
}
2019-11-07 10:41:54 +08:00
}