Add more info on environment variable references for [workspace.library](https://github.com/LuaLS/LuaLS.github.io/blob/main/src/content/wiki/settings.mdx#workspacelibrary) config, i.e.: * `${env:VAR}` * `${3rd}` * `${addons}` * `${workspaceFolder}` They are currently completely undocumented. Few know how to configure `.luarc.json` properly. ### Related: * https://github.com/LuaLS/lua-language-server/discussions/2139 * [script/files.lua](https://github.com/LuaLS/lua-language-server/tree/master/script/files) / [`function m.resolvePathPlaceholders(...) ... end`](https://github.com/LuaLS/lua-language-server/blob/09900e7daf3a61f073351bf0f30f4b142e739613/script/files.lua#L914-L918)