feat: add ignore/exclude list for the linter #704
-
Is there an existing request for this?
Feature RequestI would like to exclude some folder for the linter, eg:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For Q&A please use the Fortran-lang Discourse https://fortran-lang.discourse.group/c/help/vscode/16 or open a Discussion. The linter does not include anything by default. I suspect you are witnessing the effects of the initialisation process which picks up all the source files in your workspace. You can disable linter initialisation and control the include paths for the linter. |
Beta Was this translation helpful? Give feedback.
-
You are right, sorry I missed this option. |
Beta Was this translation helpful? Give feedback.
For Q&A please use the Fortran-lang Discourse https://fortran-lang.discourse.group/c/help/vscode/16 or open a Discussion. The linter does not include anything by default. I suspect you are witnessing the effects of the initialisation process which picks up all the source files in your workspace. You can disable linter initialisation and control the include paths for the linter.