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
Adds config.runtime.plugingArgs
Adds pluginPath to package.path. ClosesLuaLS#1297
Adds log.warn() when specified plugin can't be found
Possible Changelog entry:
```txt
* `NEW` `Lua.runtime.pluginArgs`
* `CHG` add plugin path in package.path
```
pluginPath is not added to package.path
Currently if a plugin wants to require additional plugin files some extra work is needed.
So far I have done this but I am not even sure if that is right or if there is an easier way.
The text was updated successfully, but these errors were encountered: