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
Copy file name to clipboardExpand all lines: docs/codacy-guardrails/codacy-guardrails-getting-started.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,8 @@ Besides real-time AI code scanning, Guardrails users can now prompt all their Co
46
46
47
47
## How to install - Quick Guide
48
48
49
-
### 0. Prerequisites
50
-
51
-
To take full advantage of Codacy Guardrails on **Windows (WSL)**, there might be some prerequisites you need to install first. [Check the setup steps here.](#how-to-install---prerequisites-for-windows-wsl)
49
+
#### Note for Windows users:
50
+
To take full advantage of Codacy Guardrails on Windows, you might need to setup WSL first, [check the steps here.](#how-to-install---wsl)
52
51
53
52
### 1. Download the extension
54
53
@@ -92,9 +91,9 @@ On the left side menu of the Codacy extension, please make sure that MCP server
92
91
93
92
### 4. Restart your IDE
94
93
95
-
## How to install - Prerequisites for Windows (WSL)
94
+
## How to install - WSL
96
95
97
-
### 1. Ensure your machine has `node.js` and `npx` installed.
96
+
### 1. Install or update [WSL.](https://learn.microsoft.com/en-us/windows/wsl/install)
98
97
99
98
### 2. Install the [WSL extension for VSCode.](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)
100
99
* Ensure you go through all the installation steps and double check all warnings the extension may show during setup, since your machine may require some extra setup steps, e.g. if your WSL distro version is outdated.
@@ -117,7 +116,7 @@ On the left side menu of the Codacy extension, please make sure that MCP server
117
116
118
117
### 7. After everything is set up, you should now be able to interact with Codacy via Copilot.
119
118
* Remember that for you to be able to interact with Codacy MCP server, you must be on the `Agent` mode of the chat, not the default `Ask` mode.
120
-
* If you're still having issues with the MCP server, try to run the command `Preferences: Open User Settings (JSON)`, look for the Codacy MCP server settings and right on top of it you'll should see a `Start` option. Click on it and, if unsuccessful, go to `View > Debug Console` and check for errors.
119
+
* If you're still having issues with the MCP server, try to run the command `Preferences: Open User Settings (JSON)`, look for the Codacy MCP server settings and right on top of it you'll should see a `Start` option. Click on it and, if unsuccessful, go to `View > Debug Console` and check for errors. Don't forget to ensure you have `node.js` and `npx` properly installed and set up.
0 commit comments