|
20 | 20 | "config.diagnostics.enable": "Enable diagnostics.", |
21 | 21 | "config.diagnostics.globals": "Defined global variables.\n", |
22 | 22 | "config.diagnostics.severity": "Modified diagnostic severity.\n", |
23 | | - "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.", |
24 | | - "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.", |
| 23 | + "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.", |
| 24 | + "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.", |
25 | 25 | "config.hover.enable": "Enable hover.", |
26 | | - "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.", |
| 26 | + "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.", |
27 | 27 | "config.hover.viewNumber": "Hover to view numeric content (only if literal is not decimal).", |
28 | 28 | "config.hover.viewString": "Hover to view the contents of a string (only if the literal contains an escape character).", |
29 | 29 | "config.hover.viewStringMax": "The maximum length of a hover to view the contents of a string.", |
30 | | - "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.", |
31 | | - "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.", |
| 30 | + "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.", |
| 31 | + "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.", |
32 | 32 | "config.runtime.path": "`package.path`", |
33 | | - "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", |
| 33 | + "config.runtime.special": "The custom global variables are regarded as some special built-in variables, and the language server will provide special support", |
34 | 34 | "config.runtime.version": "Lua runtime version.", |
35 | 35 | "config.signatureHelp.enable": "Enable signature help.", |
36 | 36 | "config.workspace.ignoreDir": "Ignored directories (Use `.gitignore` grammar).\n", |
|
0 commit comments