Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/codacy-guardrails/codacy-guardrails-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,21 @@
## How can I install a specific version of the IDE extension?

If you wish to continue using a previous version a little longer, you can do so by:


1. Open the Extensions tab

2. Select `Codacy`

3. Click on the down arrow on the right of the Uninstall button

4. Select `Install specific version...`

![install specific version](images/install-specific-version.png)

5. Select the version you want on the top search bar

6. Click on `Restart Extensions` when that button appears

Keep in mind that the IDE extension is under active development, so be sure to check for updates regularly. Reverting to the latest version is as simple as clicking on **Update**.
Keep in mind that the IDE extension is under active development, so be sure to check for updates regularly.

Check warning on line 91 in docs/codacy-guardrails/codacy-guardrails-faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Microsoft.Adverbs] Consider removing 'regularly'. Raw Output: {"message": "[Microsoft.Adverbs] Consider removing 'regularly'.", "location": {"path": "docs/codacy-guardrails/codacy-guardrails-faq.md", "range": {"start": {"line": 91, "column": 98}}}, "severity": "WARNING"}
To revert to the latest version, click on `Update`.
Loading