We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd6c91 commit 95eaee8Copy full SHA for 95eaee8
changelog.md
@@ -1,5 +1,10 @@
1
# changelog
2
3
+## 3.6.10
4
+* `FIX` [#1869]
5
+
6
+[#1869]: https://github.com/LuaLS/lua-language-server/issues/1869
7
8
## 3.6.9
9
`2023-2-2`
10
* `FIX` [#1864]
make.bat
@@ -0,0 +1,6 @@
+git submodule update --init --recursive
+cd 3rd\luamake
+compile\install.bat
+cd ..\..
+3rd\luamake\luamake.exe rebuild
+pause
make.sh
@@ -0,0 +1,5 @@
+cd 3rd/luamake
+./compile/install.sh
+cd ../..
+./3rd/luamake/luamake rebuild
0 commit comments