bhughes339 / vscode-replacerules

Search/replace rule support for Visual Studio Code
GNU General Public License v3.0
41 stars 13 forks source link

Add to the documentation instructions where to add the new rules #47

Open ernestob opened 2 years ago

ernestob commented 2 years ago

Story

Add to the documentation where the new rules/rulesets have to be added.

Background

As a new user after I installed the extension, there isn't any clue where do I have to add new rules/rulesets. It was until I came to Github and looked at all the issues that I found this reference.

Hi, you add a new rule by adding the replacerule.rules object from the README into settings.json (from the Command Palette: **Preferences: Open Settings (JSON)**). I haven't updated the instructions since the new VSCode Settings UI was introduced, so I'll look into updating it. Thanks!

Originally posted by @bhughes339 in https://github.com/bhughes339/vscode-replacerules/issues/27#issuecomment-573364247

Plan

Acceptance Criteria

DOD - Definition Of Done