amis2/amis.code-workspace

66 lines
1.4 KiB
Plaintext

{
"folders": [
{
"path": "./",
"name": "monorepo"
},
{
"path": "./packages/amis-formula"
},
{
"path": "./packages/amis-core"
},
{
"path": "./packages/amis-ui"
},
{
"path": "./packages/amis"
},
{
"path": "./packages/office-viewer"
},
{
"path": "./packages/amis-editor-core"
},
{
"path": "./packages/amis-editor"
},
{
"path": "./packages/amis-theme-editor-helper"
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"typescript.tsdk": "node_modules/typescript/lib",
"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
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
}
}
}