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.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
{
2
-
"config.awakened.cat": "PLAY WITH ME >_<\u000a\u000a(This will enable the beta version which is still in development. Feedback is welcome! Reload the window after changing this option!)",
3
2
"config.color.mode": "Color mode.",
4
3
"config.color.mode.Grammar": "Grammar color.",
5
4
"config.color.mode.Semantic": "Semantic color (Testing. Your color theme must support semantic coloring to be effective.).",
@@ -15,21 +14,22 @@
15
14
"config.develop.debuggerPort": "Listen port of debugger.",
16
15
"config.develop.debuggerWait": "Suspend before debugger connects.",
17
16
"config.develop.enable": "Developer mode. Do not enable, performance will be affected.",
18
-
"config.diagnostics.disable": "Disabled diagnostic (Use code in hover brackets).\u000a```json\u000a\"Lua.diagnostics.disable\" : [\u000a\"unused-local\",\u000a\"lowercase-global\"\u000a]\u000a```\u000a",
17
+
"config.diagnostics.disable": "Disabled diagnostic (Use code in hover brackets).\n```json\n\"Lua.diagnostics.disable\" : [\n\"unused-local\",\n\"lowercase-global\"\n]\n```\n",
"config.workspace.library": "Load external library.\u000aThis 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.\u000aThe following example shows loaded files in `C:\/lua` and `..\/lib` ,exclude `..\/lib\/temp`.\u000a```json\u000a\"Lua.workspace.library\": {\u000a\"C:\/lua\": true,\u000a\"..\/lib\": [\u000a\"temp\/*\"\u000a ]\u000a}\u000a```\u000a",
30
+
"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",
Copy file name to clipboardExpand all lines: package/nls.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following example shows loaded files in `C:/lua` and `../lib` ,exclude `../l
34
34
['config.hover.viewString'] ="Hover to view the contents of a string (only if the literal contains an escape character).",
35
35
['config.hover.viewStringMax'] ="The maximum length of a hover to view the contents of a string.",
36
36
['config.hover.viewNumber'] ="Hover to view numeric content (only if literal is not decimal).",
37
-
['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!)',
37
+
['config.zzzzzz.cat'] ='DONT TOUCH ME, LET ME SLEEP >_<',
38
38
['config.develop.enable'] ='Developer mode. Do not enable, performance will be affected.',
39
39
['config.develop.debuggerPort'] ='Listen port of debugger.',
40
40
['config.develop.debuggerWait'] ='Suspend before debugger connects.',
0 commit comments