mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"gitHistory.showEditorTitleMenuBarIcons": false,
|
|
"search.exclude": {
|
|
"examples/docs.json": true
|
|
}
|
|
}
|