Skip to content

Commit

Permalink
sync to LuaHelper with commit: 630e841
Browse files Browse the repository at this point in the history
  • Loading branch information
lalawue committed Aug 13, 2023
1 parent 79b514e commit 818edd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luahelper-lsp/langserver/lsp_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// 插件定义的版本号
var clientVerStr string = "0.2.22"
var clientVerStr string = "0.2.23"

type serverState int

Expand Down
6 changes: 6 additions & 0 deletions luahelper-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Change Log

## 0.2.24 (Aug 4, 2023)
+ 修复插件崩溃bug
+ readme文件更新
+ [Github](https://github.com/Tencent/LuaHelper) https://github.com/Tencent/LuaHelper

## 0.2.22 (Apr 25, 2023)
+ 后台增加了新的类型的检查
+ [Github](https://github.com/Tencent/LuaHelper) https://github.com/Tencent/LuaHelper

## 0.2.21 (Mar 7, 2023)
+ 修复了部分用户反馈的bug
+ 增加了类型的检查
Expand Down
2 changes: 1 addition & 1 deletion luahelper-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MoocHelper",
"displayName": "MoocHelper",
"description": "MoocHelper, Intellisense, Linting, Debugging, Code formatting, High-performance, and more.",
"version": "0.2.22",
"version": "0.2.24",
"publisher": "suchangnet",
"author": {
"name": "lalawue",
Expand Down

0 comments on commit 818edd2

Please sign in to comment.