amis/.vscode/settings.json

9 lines
195 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,
"typescript.tsdk": "node_modules/typescript/lib",
"gitHistory.showEditorTitleMenuBarIcons": false,
"search.exclude": {
"examples/docs.json": true
}
2019-11-07 10:41:54 +08:00
}