The verification backend now can receive arguments passed as
an array in the user configuration.
Currently the configuration seems to be loaded only once, and
the onDidChangeConfiguration event handler seems not to be
appropriately hot-reloading the settings.
Current workaround: reload the extension by reloading the window.
The verification backend now can receive arguments passed as an array in the user configuration.
Currently the configuration seems to be loaded only once, and the onDidChangeConfiguration event handler seems not to be appropriately hot-reloading the settings.
Current workaround: reload the extension by reloading the window.
This addresses #41