Skip to content

Commit 619ea2d

Browse files
committed
update description
1 parent 5bbb190 commit 619ea2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/nls-zh-cn.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ return {
4141
["config.workspace.useGitIgnore"] = "忽略 `.gitignore` 中列举的文件。",
4242
["config.workspace.maxPreload"] = "最大预加载文件数。",
4343
["config.workspace.preloadFileSize"] = "预加载时跳过大小大于该值(KB)的文件。",
44-
["config.workspace.library"] = "除了当前工作区以外,还会从哪些目录中加载文件。",
44+
["config.workspace.library"] = "除了当前工作区以外,还会从哪些目录中加载文件。这些目录中的文件将被视作外部提供的代码库,部分操作(如重命名字段)不会修改这些文件。",
4545
['config.workspace.checkThirdParty'] = [[
4646
自动检测与适配第三方库,目前支持的库为:
4747

package/nls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Adjust the enabled state of the built-in library. You can disable (or redefine)
4242
["config.workspace.useGitIgnore"] = "Ignore files list in `.gitignore` .",
4343
["config.workspace.maxPreload"] = "Max preloaded files.",
4444
["config.workspace.preloadFileSize"] = "Skip files larger than this value (KB) when preloading.",
45-
["config.workspace.library"] = "In addition to the current workspace, which directories will load files from.",
45+
["config.workspace.library"] = "In addition to the current workspace, which directories will load files from. The files in these directories will be treated as externally provided code libraries, and some features (such as renaming fields) will not modify these files.",
4646
['config.workspace.checkThirdParty'] = [[
4747
Automatic detection and adaptation of third-party libraries, currently supported libraries are:
4848

0 commit comments

Comments
 (0)