1 Star 0 Fork 1.1K

zrf001/amis

forked from 百度开源/amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
amis.code-workspace 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zrf001/amis.git
git@gitee.com:zrf001/amis.git
zrf001
amis
amis
master

搜索帮助