How to disable diagnostics on specific lua files? #2446
Unanswered
linrongbin16
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a file
lua/commons/_system.lua
and I want to exclude it from the.luarc.json
file, I found there's an optiondiagnostics.disableScheme
, I set it to:But it's not working for me. How should I do?
Beta Was this translation helpful? Give feedback.
All reactions