1 Star 0 Fork 1

ecity/db-modeling-markdown

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.json 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
绿巨人 提交于 2022-12-09 20:29 +08:00 . 2.0.2
{
"editor.insertSpaces": false,
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"jest.jestCommandLine": "node_modules\\.bin\\jest",
"jest.autoRun": {
"watch": false
},
"database-modeling-markdown.previous.version.folder": "./tests/data/mariadb/tables/v1",
"database-modeling-markdown.source.folder": "./tests/data/mariadb/tables"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sn-yang/db-modeling-markdown.git
git@gitee.com:sn-yang/db-modeling-markdown.git
sn-yang
db-modeling-markdown
db-modeling-markdown
master

搜索帮助