Skip to content

Commit d911b82

Browse files
committed
1.20.2
1 parent edf6214 commit d911b82

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# changelog
22

3+
## 1.20.2
4+
`2021-4-2`
5+
* `CHG` `LuaDoc`: supports `---@param self TYPE`
6+
* `CHG` completion: does not show suggests after `\n`, `{` and `,`, unless your setting `editor.acceptSuggestionOnEnter` is `off`
7+
* `FIX` [#482](https://github.com/sumneko/lua-language-server/issues/482)
8+
39
## 1.20.1
410
`2021-3-27`
511
* `FIX` telemetry window blocks initializing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,5 +1381,5 @@
13811381
"type": "git",
13821382
"url": "https://github.com/sumneko/lua-language-server"
13831383
},
1384-
"version": "1.20.1"
1384+
"version": "1.20.2"
13851385
}

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

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

server

0 commit comments

Comments
 (0)