Skip to content

Commit f8dfbbd

Browse files
committed
1.1.0
1 parent 26e014b commit f8dfbbd

File tree

6 files changed

+4
-24
lines changed

6 files changed

+4
-24
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"contributes": {
1919
"configuration": {
2020
"properties": {
21-
"Lua.awakened.cat": {
22-
"default": true,
23-
"markdownDescription": "%config.awakened.cat%",
24-
"scope": "resource",
25-
"type": "boolean"
26-
},
2721
"Lua.color.mode": {
2822
"default": "Semantic",
2923
"enum": [
@@ -651,5 +645,5 @@
651645
"type": "git",
652646
"url": "https://github.com/sumneko/lua-language-server"
653647
},
654-
"version": "1.0.6"
648+
"version": "1.1.0"
655649
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "1.0.6"
3+
local VERSION = "1.1.0"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

publish.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local rootPath = currentPath:gsub('[^/\\]-$', '')
33
if rootPath == '' then
44
rootPath = './'
55
end
6-
loadfile(rootPath .. 'server/platform.lua')('script-beta')
6+
loadfile(rootPath .. 'server/platform.lua')('script')
77
require 'bee'
88
local fs = require 'bee.filesystem'
99
local subprocess = require 'bee.subprocess'
@@ -156,9 +156,7 @@ local count = copyFiles(ROOT , out) {
156156
['libs'] = true,
157157
['locale'] = true,
158158
['script'] = true,
159-
['script-beta'] = true,
160159
['main.lua'] = true,
161-
['main-beta.lua'] = true,
162160
['platform.lua'] = true,
163161
['test'] = true,
164162
['test.lua'] = true,

server

setting/schema-zh-cn.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"$schema": "",
33
"description": "Setting of sumneko.lua",
44
"properties": {
5-
"Lua.awakened.cat": {
6-
"default": true,
7-
"markdownDescription": "PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)",
8-
"scope": "resource",
9-
"type": "boolean"
10-
},
115
"Lua.color.mode": {
126
"default": "Semantic",
137
"enum": [

setting/schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"$schema": "",
33
"description": "Setting of sumneko.lua",
44
"properties": {
5-
"Lua.awakened.cat": {
6-
"default": true,
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-
},
115
"Lua.color.mode": {
126
"default": "Semantic",
137
"enum": [

0 commit comments

Comments
 (0)