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
+1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
{
2
+
"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!)",
2
3
"config.color.mode": "Color mode.",
3
4
"config.color.mode.Grammar": "Grammar color.",
4
5
"config.color.mode.Semantic": "Semantic color (Testing. Your color theme must support semantic coloring to be effective.).",
Copy file name to clipboardexpand all lines: setting/schema.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
"$schema": "",
3
3
"description": "Setting of sumneko.lua",
4
4
"properties": {
5
+
"Lua.awakened.cat": {
6
+
"default": false,
7
+
"markdownDescription": "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!)",
8
+
"scope": "resource",
9
+
"type": "boolean"
10
+
},
5
11
"Lua.color.mode": {
6
12
"default": "Semantic",
7
13
"enum": [
@@ -434,12 +440,6 @@
434
440
"markdownDescription": "Ignore files list in `.gitignore` .",
435
441
"scope": "resource",
436
442
"type": "boolean"
437
-
},
438
-
"Lua.zzzzzz.cat": {
439
-
"default": false,
440
-
"markdownDescription": "DONT TOUCH ME, LET ME SLEEP >_<",
0 commit comments