Skip to content

Commit 02631b6

Browse files
Update version and readme
1 parent 59b1ef9 commit 02631b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Browse detailed information for each alert, including the file location, style,
2626

2727
### Go-to rule
2828

29+
**This feature is temporarily disabled due to changes in the Vale CLI. It will be re-enabled in the future.**
30+
2931
![Screenshot of go to rule interface](https://user-images.githubusercontent.com/8785025/89956857-d1635680-dbea-11ea-8e50-8e2715721e5d.png)
3032

3133
Navigate from an in-editor alert to a rule's implementation on your `StylesPath` by clicking "View Rule".

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"sponsor": {
1919
"url": "https://github.com/sponsors/ChrisChinchilla"
2020
},
21-
"version": "0.18.4",
21+
"version": "0.18.5",
2222
"engines": {
23-
"vscode": "^1.85.0"
23+
"vscode": "^1.86.0"
2424
},
2525
"categories": [
2626
"Linters"

0 commit comments

Comments
 (0)