How do I separate platform specific configuration from project specific configuration? #3412
Replies: 2 comments
-
|
A good split is:
The server also supports a separate config path through |
Beta Was this translation helpful? Give feedback.
-
|
2 ideas 🤔 1. if you're using vscodeI know that luals server will merge the 2. maybe use
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have often the problem where one developer has their modules installed somewhere else on the system compared to another developer, thus leading to different
workspace.libraryandworkspace.ignoreDirpaths. This is why we do not version control the.luarc.json, since it is not portable. Yet some diagnostics we do like to disable for the whole project, leading to diverging diagnostic results for different developers.Does anyone has some advice on how to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions