kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Disable SARIF extension quickfixes #85

Closed f1ames closed 7 months ago

f1ames commented 7 months ago

SARIF extension provides it's own "Mark as fixed" quickfix:

image

Which marks specific error as fixed. It's similar to our suppressions. Also since it's not persisted (looks like in-memory only), when you restart VSCode it won't be marked as fixed.

I think we should simple disable it to not make it confusing especially when suppressions/autofixes will be rolled-out.