vale-vscode
vale-vscode copied to clipboard
Improve "Go To Rule"
Currently, the extension offers an option to open the YAML file associated with an alert from the in-editor pop-up and the console.
The position is always 1:1
, though:
new vscode.Location(rule, new vscode.Position(0, 0)), 'View rule')];
I think it would, where applicable, be useful to jump to the relevant line within the rule.