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