You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ These definitions require [`lua-language-server`](//github.com/LuaLS/lua-languag
57
57
- Developing the DFHack lua library with the annotations loaded can be annoying due to "duplicate field" warnings
58
58
- DFHack's C++ functions that are exposed to Lue are **not included** (#4)
59
59
- Initally opening DFHack can take a long time to load, especially on weaker hardware (#5)
60
-
- LuaLS has a known problem with type-hinting inside of files that write to the `_ENV` global
60
+
- LuaLS has a known problem with type-hinting inside of files that write to the `_ENV` global, if you are in a file writing to `_ENV` comment out those lines.
0 commit comments