diff --git a/README.md b/README.md index 803a353..c973831 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Browse detailed information for each alert, including the file location, style, ### Go-to rule +**This feature is temporarily disabled due to changes in the Vale CLI. It will be re-enabled in the future.** + ![Screenshot of go to rule interface](https://user-images.githubusercontent.com/8785025/89956857-d1635680-dbea-11ea-8e50-8e2715721e5d.png) Navigate from an in-editor alert to a rule's implementation on your `StylesPath` by clicking "View Rule". diff --git a/package.json b/package.json index c2e1aab..d9aed73 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "sponsor": { "url": "https://github.com/sponsors/ChrisChinchilla" }, - "version": "0.18.4", + "version": "0.18.5", "engines": { - "vscode": "^1.85.0" + "vscode": "^1.86.0" }, "categories": [ "Linters"