LinterCop not working #219
-
Hello Stefan, First of, thanks for all your efforts.
What advice can you give to me find out what is going wrong? Or perhaps someone else who can tell me more? Thanks in advance. Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
StefanMaron
Oct 3, 2022
Replies: 1 comment 1 reply
-
Did you add the linter to the Code analyzers in vs code settings? "al.codeAnalyzers": [
"${CodeCop}",
"${UICop}",
"${AppSourceCop}",
"${analyzerFolder}BusinessCentral.LinterCop.dll"
],
"al.enableCodeAnalysis": true, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MOomenAL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you add the linter to the Code analyzers in vs code settings?
You also want to make sure code analysis is enabled