ChrisChinchilla / vale-vscode

A Visual Studio Code extension for the Vale CLI.
https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode
MIT License
42 stars 5 forks source link

Disable style paths #28

Closed ChrisChinchilla closed 7 months ago

ChrisChinchilla commented 7 months ago

Recent updates to Vale brought arrays of style paths, which broke this extension as it used the style path to allow people to view the rule that triggered an alert. I need to rethink how to implement this, and as it also relates to #23 and the extension uses a very out-of-date dependency to handle paths anyway, it seems like a good time for a complete rethink. So, in the meantime, I am disabling this feature as I think it was probably less important to many than having something functional.