Skip to content
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

Not running onOpen or onSave, but does work manually #24

Open
berengerz-vortexsolution opened this issue Aug 20, 2020 · 1 comment
Open

Comments

@berengerz-vortexsolution

Hi!
I installed everything, and restarted VSCode.
The linter works when going through the commands, "Manually run CFLint on currently opened file". It does work, and outputs the errors correctly.
But even though the settings seem to be correct, the lint is not done if not asked manually.
I even tried the onChange, but to no avail.

    "cflint.runModes": {
        "onOpen": true,
        "onSave": true,
        "onChange": true
    }

I do not see anything specific in the Debug Console of VSCode.

Thanks for any advice or input!

VSC : 1.48.0
Extension version : 0.3.4 (from Marketplace)
Using CFLint-1.5.0-all.jar (but should not be an issue because linting works when launched manually).

@anas622
Copy link

anas622 commented Jul 27, 2023

Hey there!

I am having the same issue with CFLint. It only works with the command, "Manually run CFLint on currently opened file." As @berengerz-vortexsolution has mentioned, I have changed the settings for CFLint Runmodes, but it does not seem to do anything.

VSC : 1.80.1
Extension version : 0.3.6 (from Marketplace)
Using CFLint-1.5.0-all.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants