File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 3.6.22
4+ * ` FIX ` [ #2038 ]
5+
6+ [ #2038 ] : https://github.com/LuaLS/lua-language-server/issues/2038
7+
38## 3.6.21
49` 2023-5-24 `
510* ` FIX ` disable ffi plugin
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ local lang = require 'language'
99local define = require ' proto.define'
1010local config = require ' config.config'
1111local fs = require ' bee.filesystem'
12+ local provider = require ' provider'
1213
1314require ' vm'
1415
@@ -52,6 +53,8 @@ lclient():start(function (client)
5253
5354 io.write (lang .script (' CLI_CHECK_INITING' ))
5455
56+ provider .updateConfig (rootUri )
57+
5558 ws .awaitReady (rootUri )
5659
5760 local disables = util .arrayToHash (config .get (rootUri , ' Lua.diagnostics.disable' ))
You can’t perform that action at this time.
0 commit comments