Skip to content

Commit 71482a8

Browse files
committed
update config
1 parent e284298 commit 71482a8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package/nls-zh-cn.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ return {
2424
["config.workspace.library"] = [[
2525
加载外部函数库。
2626
该功能可以加载外部的Lua文件,用于函数定义、自动完成等功能。注意,语言服务不会监视外部文件的变化,如果修改了外部文件需要重启。
27-
下面这个例子表示加载`C:/lua`与`../lib`中的所有文件,但不加载`../lib/temp`中的文件。
28-
]] .. example.library,
27+
]],
2928
['config.completion.enable'] = '启用自动完成。',
3029
['config.completion.callSnippet'] = '显示函数调用片段。',
3130
['config.completion.callSnippet.Disable'] = "只显示 `函数名`。",

package/nls.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ The following example shows that 'include' is treated as' require '.
2424
["config.workspace.library"] = [[
2525
Load external library.
2626
This feature can load external Lua files, which can be used for definition, automatic completion and other functions. Note that the language server does not monitor changes in external files and needs to restart if the external files are modified.
27-
The following example shows loaded files in `C:/lua` and `../lib` ,exclude `../lib/temp`.
28-
]] .. example.library,
27+
]],
2928
['config.completion.enable'] = 'Enable completion.',
3029
['config.completion.callSnippet'] = 'Shows function call snippets.',
3130
['config.completion.callSnippet.Disable'] = "Only shows `function name`.",

0 commit comments

Comments
 (0)