Skip to content
Snippets Groups Projects
Commit 1f6bd1a3 authored by 最萌小汐's avatar 最萌小汐
Browse files

0.21.0

parent 5f39ae45
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,12 @@
"contributes": {
"configuration": {
"properties": {
"Lua.awakened.cat": {
"default": false,
"markdownDescription": "%config.awakened.cat%",
"scope": "resource",
"type": "boolean"
},
"Lua.color.mode": {
"default": "Semantic",
"enum": [
......@@ -450,12 +456,6 @@
"markdownDescription": "%config.workspace.useGitIgnore%",
"scope": "resource",
"type": "boolean"
},
"Lua.zzzzzz.cat": {
"default": false,
"markdownDescription": "%config.zzzzzz.cat%",
"scope": "resource",
"type": "boolean"
}
},
"title": "Lua",
......@@ -517,5 +517,5 @@
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
},
"version": "0.20.8"
"version": "0.21.0"
}
{
"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!)",
"config.color.mode": "Color mode.",
"config.color.mode.Grammar": "Grammar color.",
"config.color.mode.Semantic": "Semantic color (Testing. Your color theme must support semantic coloring to be effective.).",
......
{
"config.awakened.cat": "PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)",
"config.color.mode": "着色模式。",
"config.color.mode.Grammar": "语法着色。",
"config.color.mode.Semantic": "语义着色(测试中。你的颜色主题必须要支持语义着色才有效。)。",
......
local json = require 'json-beautify'
local VERSION = "0.20.8"
local VERSION = "0.21.0"
local package = require 'package.package'
......
......@@ -2,6 +2,12 @@
"$schema": "",
"description": "Setting of sumneko.lua",
"properties": {
"Lua.awakened.cat": {
"default": false,
"markdownDescription": "PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)",
"scope": "resource",
"type": "boolean"
},
"Lua.color.mode": {
"default": "Semantic",
"enum": [
......@@ -434,12 +440,6 @@
"markdownDescription": "忽略 `.gitignore` 中列举的文件。",
"scope": "resource",
"type": "boolean"
},
"Lua.zzzzzz.cat": {
"default": false,
"markdownDescription": "DONT TOUCH ME, LET ME SLEEP >_<",
"scope": "resource",
"type": "boolean"
}
},
"title": "setting",
......
......@@ -2,6 +2,12 @@
"$schema": "",
"description": "Setting of sumneko.lua",
"properties": {
"Lua.awakened.cat": {
"default": false,
"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!)",
"scope": "resource",
"type": "boolean"
},
"Lua.color.mode": {
"default": "Semantic",
"enum": [
......@@ -434,12 +440,6 @@
"markdownDescription": "Ignore files list in `.gitignore` .",
"scope": "resource",
"type": "boolean"
},
"Lua.zzzzzz.cat": {
"default": false,
"markdownDescription": "DONT TOUCH ME, LET ME SLEEP >_<",
"scope": "resource",
"type": "boolean"
}
},
"title": "setting",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment