2019-11-07 10:41:54 +08:00
|
|
|
{
|
2021-01-04 23:36:39 +08:00
|
|
|
"editor.formatOnSave": true,
|
2021-04-14 11:11:04 +08:00
|
|
|
"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,
|
2022-06-13 16:54:32 +08:00
|
|
|
"files.exclude": {
|
|
|
|
"**/lib": true,
|
|
|
|
"**/esm": true,
|
2022-09-22 15:20:29 +08:00
|
|
|
"**/sdk": true,
|
2022-06-13 16:54:32 +08:00
|
|
|
"**/tsconfig.tsbuildinfo": true,
|
|
|
|
"**/schema.json": true,
|
|
|
|
"**/lerna-debug.log": true,
|
|
|
|
"**/package-lock.json": true,
|
|
|
|
"**/.rollup.cache": true,
|
|
|
|
"public/**": true
|
|
|
|
},
|
2021-01-04 23:36:39 +08:00
|
|
|
"search.exclude": {
|
2022-09-22 15:20:29 +08:00
|
|
|
"**/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,
|
2021-08-09 18:05:01 +08:00
|
|
|
"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
|
|
|
}
|