31 lines
617 B
JSON
31 lines
617 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/node_modules": true
|
|
},
|
|
"npm.packageManager": "yarn",
|
|
"workbench.editor.highlightModifiedTabs": true,
|
|
"cSpell.words": [
|
|
"clsx",
|
|
"geeker",
|
|
"iconfont",
|
|
"Ikaros",
|
|
"ISWEB",
|
|
"notheme",
|
|
"nprogress",
|
|
"numfmt",
|
|
"pinia",
|
|
"univer",
|
|
"univerjs",
|
|
"unocss",
|
|
"unplugin",
|
|
"vueuse",
|
|
"wangeditor"
|
|
]
|
|
}
|