mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 04:06:18 +00:00

* Json completion (#16) * json-completion * fix duplicate * fix * fix: config json * feat: query extension * perf: i18n * 468 doc * json editor * perf: doc * perf: default extension model * docker file * doc * perf: token count * perf: search extension * format * perf: some constants data --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
15 lines
543 B
JSON
15 lines
543 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.mouseWheelZoom": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"prettier.prettierPath": "",
|
|
"i18n-ally.localesPaths": [
|
|
"projects/app/public/locales",
|
|
],
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.keepFulfilled": true,
|
|
"i18n-ally.sourceLanguage": "zh", // 根据此语言文件翻译其他语言文件的变量和内容
|
|
"i18n-ally.displayLanguage": "en", // 显示语言
|
|
} |