Skip to content

Commit 31891b5

Browse files
committed
1.0.6
1 parent fa43410 commit 31891b5

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,18 @@
149149
"scope": "resource",
150150
"type": "string"
151151
},
152+
"code-after-break": {
153+
"default": "Hint",
154+
"description": "%config.diagnostics.code-after-break%",
155+
"enum": [
156+
"Error",
157+
"Warning",
158+
"Information",
159+
"Hint"
160+
],
161+
"scope": "resource",
162+
"type": "string"
163+
},
152164
"doc-field-no-class": {
153165
"default": "Warning",
154166
"description": "%config.diagnostics.doc-field-no-class%",
@@ -639,5 +651,5 @@
639651
"type": "git",
640652
"url": "https://github.com/sumneko/lua-language-server"
641653
},
642-
"version": "1.0.5"
654+
"version": "1.0.6"
643655
}

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.5"
3+
local VERSION = "1.0.6"
44

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

server

setting/schema-zh-cn.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@
133133
"scope": "resource",
134134
"type": "string"
135135
},
136+
"code-after-break": {
137+
"default": "Hint",
138+
"description": "%config.diagnostics.code-after-break%",
139+
"enum": [
140+
"Error",
141+
"Warning",
142+
"Information",
143+
"Hint"
144+
],
145+
"scope": "resource",
146+
"type": "string"
147+
},
136148
"doc-field-no-class": {
137149
"default": "Warning",
138150
"description": "%config.diagnostics.doc-field-no-class%",

setting/schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@
133133
"scope": "resource",
134134
"type": "string"
135135
},
136+
"code-after-break": {
137+
"default": "Hint",
138+
"description": "%config.diagnostics.code-after-break%",
139+
"enum": [
140+
"Error",
141+
"Warning",
142+
"Information",
143+
"Hint"
144+
],
145+
"scope": "resource",
146+
"type": "string"
147+
},
136148
"doc-field-no-class": {
137149
"default": "Warning",
138150
"description": "%config.diagnostics.doc-field-no-class%",

0 commit comments

Comments
 (0)