You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/nls.lua
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ return {
4
4
['config.awakened.cat'] ='PLAY WITH ME >_<\n\n(This will enable the beta version which is still in development. Feedback is welcome! Reload the window after changing this option!)',
["config.runtime.special"] ="`Only supported in beta` The custom global variables are regarded as some special built-in variables, and the language server will provide special support",
7
+
["config.runtime.special"] ="The custom global variables are regarded as some special built-in variables, and the language server will provide special support",
["config.diagnostics.workspaceDelay"] ="`Only supported in beta` Latency (milliseconds) for workspace diagnostics. When you start the workspace, or edit any file, the entire workspace will be re-diagnosed in the background. Set to negative to disable workspace diagnostics.",
13
-
["config.diagnostics.workspaceRate"] ="`Only supported in beta` Workspace diagnostics run rate (%). Decreasing this value reduces CPU usage, but also reduces the speed of workspace diagnostics. The diagnosis of the file you are currently editing is always done at full speed and is not affected by this setting.",
12
+
["config.diagnostics.workspaceDelay"] ="Latency (milliseconds) for workspace diagnostics. When you start the workspace, or edit any file, the entire workspace will be re-diagnosed in the background. Set to negative to disable workspace diagnostics.",
13
+
["config.diagnostics.workspaceRate"] ="Workspace diagnostics run rate (%). Decreasing this value reduces CPU usage, but also reduces the speed of workspace diagnostics. The diagnosis of the file you are currently editing is always done at full speed and is not affected by this setting.",
["config.workspace.useGitIgnore"] ="Ignore files list in `.gitignore` .",
@@ -39,11 +39,11 @@ The following example shows loaded files in `C:/lua` and `../lib` ,exclude `../l
39
39
['config.hover.viewString'] ="Hover to view the contents of a string (only if the literal contains an escape character).",
40
40
['config.hover.viewStringMax'] ="The maximum length of a hover to view the contents of a string.",
41
41
['config.hover.viewNumber'] ="Hover to view numeric content (only if literal is not decimal).",
42
-
['config.hover.fieldInfer'] ="`Only supported in beta` When hovering to view a table, type infer will be performed for each field. When the accumulated time of type infer reaches the set value (MS), the type infer of subsequent fields will be skipped.",
42
+
['config.hover.fieldInfer'] ="When hovering to view a table, type infer will be performed for each field. When the accumulated time of type infer reaches the set value (MS), the type infer of subsequent fields will be skipped.",
43
43
['config.zzzzzz.cat'] ='DONT TOUCH ME, LET ME SLEEP >_<',
44
44
['config.develop.enable'] ='Developer mode. Do not enable, performance will be affected.',
45
45
['config.develop.debuggerPort'] ='Listen port of debugger.',
46
46
['config.develop.debuggerWait'] ='Suspend before debugger connects.',
47
-
['config.intelliSense.searchDepth'] ='`Only supported in beta` Set the search depth for IntelliSense. Increasing this value increases accuracy, but decreases performance. Different workspace have different tolerance for this setting. Please adjust it to the appropriate value.',
48
-
['config.intelliSense.fastGlobal'] ='`Only supported in beta` In the global variable completion, and view `_G` suspension prompt. This will slightly reduce the accuracy of type speculation, but it will have a significant performance improvement for projects that use a lot of global variables.',
47
+
['config.intelliSense.searchDepth'] ='Set the search depth for IntelliSense. Increasing this value increases accuracy, but decreases performance. Different workspace have different tolerance for this setting. Please adjust it to the appropriate value.',
48
+
['config.intelliSense.fastGlobal'] ='In the global variable completion, and view `_G` suspension prompt. This will slightly reduce the accuracy of type speculation, but it will have a significant performance improvement for projects that use a lot of global variables.',
0 commit comments