You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extends: substitutionmessage: Use '%s' instead of '%s'level: errorignorecase: trueaction:
name: replaceswap:
whatif: what if|options|more
When hover over text whatif
Then I expect the substitutions are what if, options and more 🆗
And I expect a list with these quick fixes what if, options and more ⛔
Current behavior
The first substitution string is contained twice
Expected behavior
Three quick fixes are shown in this order
what if
options
more
Environment
Windows 10
VSCode 1.79.2
Vale VSCode v0.17.3
The text was updated successfully, but these errors were encountered:
Given the following rule
When hover over text
whatif
Then I expect the substitutions are
what if
,options
andmore
🆗And I expect a list with these quick fixes
what if
,options
andmore
⛔Current behavior
Expected behavior
Environment
The text was updated successfully, but these errors were encountered: