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
Bug Description
Im my cfg:
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