We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workspace.library
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more info on environment variable references for workspace.library config, i.e.:
${env:VAR}
${3rd}
${addons}
${workspaceFolder}
They are currently completely undocumented. Few know how to configure .luarc.json properly.
.luarc.json
luarc.json: Environment variables inside of `workspace.library` paths? lua-language-server#2139
script/files.lua / function m.resolvePathPlaceholders(...) ... end
function m.resolvePathPlaceholders(...) ... end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add more info on environment variable references for workspace.library config, i.e.:
${env:VAR}
${3rd}
${addons}
${workspaceFolder}
They are currently completely undocumented. Few know how to configure
.luarc.json
properly.Related:
luarc.json: Environment variables inside of `workspace.library` paths? lua-language-server#2139
script/files.lua /
function m.resolvePathPlaceholders(...) ... end
The text was updated successfully, but these errors were encountered: