Skip to content

Commit 1f6bd1a

Browse files
committed
0.21.0
1 parent 5f39ae4 commit 1f6bd1a

6 files changed

+22
-20
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"contributes": {
1919
"configuration": {
2020
"properties": {
21+
"Lua.awakened.cat": {
22+
"default": false,
23+
"markdownDescription": "%config.awakened.cat%",
24+
"scope": "resource",
25+
"type": "boolean"
26+
},
2127
"Lua.color.mode": {
2228
"default": "Semantic",
2329
"enum": [
@@ -450,12 +456,6 @@
450456
"markdownDescription": "%config.workspace.useGitIgnore%",
451457
"scope": "resource",
452458
"type": "boolean"
453-
},
454-
"Lua.zzzzzz.cat": {
455-
"default": false,
456-
"markdownDescription": "%config.zzzzzz.cat%",
457-
"scope": "resource",
458-
"type": "boolean"
459459
}
460460
},
461461
"title": "Lua",
@@ -517,5 +517,5 @@
517517
"type": "git",
518518
"url": "https://github.com/sumneko/lua-language-server"
519519
},
520-
"version": "0.20.8"
520+
"version": "0.21.0"
521521
}

package.nls.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
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!)",
23
"config.color.mode": "Color mode.",
34
"config.color.mode.Grammar": "Grammar color.",
45
"config.color.mode.Semantic": "Semantic color (Testing. Your color theme must support semantic coloring to be effective.).",

package.nls.zh-cn.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"config.awakened.cat": "PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)",
23
"config.color.mode": "着色模式。",
34
"config.color.mode.Grammar": "语法着色。",
45
"config.color.mode.Semantic": "语义着色(测试中。你的颜色主题必须要支持语义着色才有效。)。",

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "0.20.8"
3+
local VERSION = "0.21.0"
44

55
local package = require 'package.package'
66

setting/schema-zh-cn.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"$schema": "",
33
"description": "Setting of sumneko.lua",
44
"properties": {
5+
"Lua.awakened.cat": {
6+
"default": false,
7+
"markdownDescription": "PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)",
8+
"scope": "resource",
9+
"type": "boolean"
10+
},
511
"Lua.color.mode": {
612
"default": "Semantic",
713
"enum": [
@@ -434,12 +440,6 @@
434440
"markdownDescription": "忽略 `.gitignore` 中列举的文件。",
435441
"scope": "resource",
436442
"type": "boolean"
437-
},
438-
"Lua.zzzzzz.cat": {
439-
"default": false,
440-
"markdownDescription": "DONT TOUCH ME, LET ME SLEEP >_<",
441-
"scope": "resource",
442-
"type": "boolean"
443443
}
444444
},
445445
"title": "setting",

setting/schema.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"$schema": "",
33
"description": "Setting of sumneko.lua",
44
"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+
},
511
"Lua.color.mode": {
612
"default": "Semantic",
713
"enum": [
@@ -434,12 +440,6 @@
434440
"markdownDescription": "Ignore files list in `.gitignore` .",
435441
"scope": "resource",
436442
"type": "boolean"
437-
},
438-
"Lua.zzzzzz.cat": {
439-
"default": false,
440-
"markdownDescription": "DONT TOUCH ME, LET ME SLEEP >_<",
441-
"scope": "resource",
442-
"type": "boolean"
443443
}
444444
},
445445
"title": "setting",

0 commit comments

Comments
 (0)