amis/.vscode/settings.json
2021-01-04 23:36:39 +08:00

9 lines
195 B
JSON

{
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib",
"gitHistory.showEditorTitleMenuBarIcons": false,
"search.exclude": {
"examples/docs.json": true
}
}