-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Global/workspace Lua.workspace.library is merged with folder settings #23
Comments
Now it works when there is a |
https://code.visualstudio.com/api/references/vscode-api#WorkspaceConfiguration
So I can only get a merged config object, but I can save to either global, workspace, or workspace folder. I have no clue how I'm supposed to resolve this. |
You should consider getting added to LuaLS/LLS-Addons. |
Doesn't really solve anything and is less visible to users. |
|
Somehow only just saw this response but yeah it will still update user/workspace/folder settings. I'm still, for some reason, holding out hope that Cfx do their own extension or LLS addon even though the issue is dead; so doing the addon myself would feel a bit awkward. |
When I set a path in
Lua.workspace.library
in workspace settings, it is copied by the extension (after restart) to user settings and only one of the natives is added (instead of three).The text was updated successfully, but these errors were encountered: