mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
32 lines
851 B
JSON
32 lines
851 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"gitHistory.showEditorTitleMenuBarIcons": false,
|
|
"files.exclude": {
|
|
"**/lib": true,
|
|
"**/esm": true,
|
|
"**/sdk": true,
|
|
"**/tsconfig.tsbuildinfo": true,
|
|
"**/schema.json": true,
|
|
"**/lerna-debug.log": true,
|
|
"**/package-lock.json": true,
|
|
"**/.rollup.cache": true,
|
|
"public/**": true
|
|
},
|
|
"search.exclude": {
|
|
"**/lib": true,
|
|
"**/esm": true,
|
|
"**/sdk": true,
|
|
"**/tsconfig.tsbuildinfo": true,
|
|
"**/schema.json": true,
|
|
"**/lerna-debug.log": true,
|
|
"**/package-lock.json": true,
|
|
"**/.rollup.cache": true,
|
|
"public/**": true,
|
|
"examples/docs.json": true,
|
|
"examples/components/EChartsEditor/option-parts/**/*": true
|
|
}
|
|
}
|