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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -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'] ="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'] ="`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.",
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'] ='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.',
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.',
0 commit comments