Skip to content

[Bug]: Disabling enscript-parser error not working. #86

@6wingSerap

Description

@6wingSerap

Bug Description

Im my cfg:

    "enscript.diagnostics.rules": {
        "enscript-parser":
        {
            "enabled": false,
            "severity": "error"
        },
        "unused-typedef": {
            "enabled": false,
            "severity": "warning"
        },
        "undeclared-function": {
            "enabled": false,
            "severity": "error"
        },
        "undeclared-method": {
            "enabled": false,
            "severity": "error"
        },
        "undeclared-variable": {
            "enabled": false,
            "severity": "error"
        },
    },

i disabled enscript-parser, but in the code there is still errors, occured by this error type.

Steps to Reproduce

disable enscript-parser
For example put:

    [NonSerialized()] ;
    int temp_id;

in any class body

Expected Behavior

no errors should occure

Actual Behavior

errors still showing up

Relevant Log Output

Extension Version

latest

VS Code Version

latest

Operating System

Windows

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions