-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
You cannot use the automatic library detection to apply two libraries. For example, with #1556, you would want to apply both busted
and luassert
, while still having them be separate.
This is due to "Lua.workspace.checkThirdParty"
being set to false
in the workspace's settings when a library is applied automatically. After this is set, the server no longer tries to apply libraries. This should instead save an array of paths to (or names of) the libraries that have been applied or explicitly ignored. This would allow multiple libraries to be applied automatically.
flrgh
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request