diff --git a/docs/codacy-guardrails/codacy-guardrails-faq.md b/docs/codacy-guardrails/codacy-guardrails-faq.md index 520e312e56..113c841318 100644 --- a/docs/codacy-guardrails/codacy-guardrails-faq.md +++ b/docs/codacy-guardrails/codacy-guardrails-faq.md @@ -65,6 +65,19 @@ Check our [Team and Organization plans](https://www.codacy.com/pricing) to unloc Guardrails is supported on MacOS, Linux, and Windows (via [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)) ## Can I use Guardrails without an AI copilot? -Codacy Guardrails is designed to be installed from our IDE extension for VS Code, Cursor and Windsurf. but as long as you have an AI code generator that's compatible with the MCP protocol you can also add Guardrails into your MCP configuration manually. +Codacy Guardrails is designed to be installed from our IDE extension for VS Code, Cursor and Windsurf, but as long as you have an AI code generator that's compatible with the MCP protocol you can also add Guardrails into your MCP configuration manually. -Without an AI coding agent, you instead need to use the Codacy IDE extension without the MCP Server. \ No newline at end of file +Without an AI coding agent, you can still use the IDE extension for local analysis and PR check information. + +## 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**. diff --git a/docs/codacy-guardrails/images/install-specific-version.png b/docs/codacy-guardrails/images/install-specific-version.png new file mode 100644 index 0000000000..611f8a3432 Binary files /dev/null and b/docs/codacy-guardrails/images/install-specific-version.png differ