mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
6 lines
219 B
JSON
6 lines
219 B
JSON
{
|
|
"editor.formatOnSave": true, //每次保存自动格式化
|
|
"editor.mouseWheelZoom": true,
|
|
"typescript.tsdk": "./client/node_modules/typescript/lib",
|
|
"prettier.prettierPath": "./node_modules/prettier"
|
|
} |