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
"config.hover.viewNumber": "Hover to view numeric content (only if literal is not decimal).",
25
25
"config.hover.viewString": "Hover to view the contents of a string (only if the literal contains an escape character).",
@@ -28,7 +28,7 @@
28
28
"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",
"config.workspace.library": "Load external library.\nThis 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.\nThe following example shows loaded files in `C:/lua` and `../lib` ,exclude `../lib/temp`.\n```json\n\"Lua.workspace.library\": {\n\"C:/lua\": true,\n\"../lib\": [\n\"temp/*\"\n ]\n}\n```\n",
0 commit comments