Skip to content

Commit a8eab94

Browse files
committed
Clarify _ENV issues
1 parent d93bbdb commit a8eab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ These definitions require [`lua-language-server`](//github.com/LuaLS/lua-languag
5757
- Developing the DFHack lua library with the annotations loaded can be annoying due to "duplicate field" warnings
5858
- DFHack's C++ functions that are exposed to Lue are **not included** (#4)
5959
- 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.
6161

6262
## Credits
6363

0 commit comments

Comments
 (0)