arb-editor
arb-editor copied to clipboard
Provide a way to ignore specific errors/warnings
Expected Behavior
Have a way for a user to define specific errors/warnings/infos that they want to ignore and not show in the Problems section of vscode. May be via a plugin setting to list IDs of the messages user wants to disable, for example:
{
...
"arbeditor.supressedWarnings": [3, 7] // Disable no metadata for key and placeholder metadata errors
}
Actual Behavior
There is no way for a user to ignore a specific warning that the plugin generates while it validates the ARB file. For example, not defining metadata for key/placeholder.
Specifications
- Version: 0.0.12
- Platform: macOS