Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
569 stars 60 forks source link

Disable stateVar highlighting #73

Closed grenos closed 3 years ago

grenos commented 3 years ago

I'm trying to disable stateVar highlighting but it doesn't seem to work. Did it both globally from the settings and for the current workspace. Also checked the json file and it seems to have both "deco" values set to false. On the other hand I had no problems disabling hilighting function arguments.

"solidity-va.deco.arguments": false, "solidity-va.deco.statevars": false

Screenshot 2021-05-26 at 13 46 34

Not sure if there's something wrong on my end. Maybe a problem with another extension?

tintinweb commented 3 years ago

Thanks for the report. Definitely a bug. Should be fixed with v0.0.32 (published today).

cheers