Skip to content

Commit 539bf5b

Browse files
committed
clean: Change the keyboard keys formatting on codacy-guardrails-getting-started
1 parent c58e092 commit 539bf5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/codacy-guardrails/codacy-guardrails-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ On the left side menu of the Codacy extension, please make sure that MCP server
100100
* 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.
101101

102102
### 3. Open a WSL Window.
103-
* You can do this by using the WSL extension keyboard shortcut <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>O</kbd> and then selecting the option or going to the command palette and selecting `WSL: Connect to WSL in New Window`.
103+
* You can do this by using the WSL extension keyboard shortcut `Ctrl` + `Alt` + `O` and then selecting the option or going to the command palette and selecting `WSL: Connect to WSL in New Window`.
104104

105105
### 4. Open your project folder in WSL using the command `WSL: Open Folder in WSL...`.
106106
* Note that the path you need to enter is the WSL path, not the Windows one, so for example if you want to open your project that is in `C:\Users\your_username\project` the equivalent WSL path should be something like `/mnt/c/Users/your_username/project`.
107-
* To double check your path you can always open WSL directly by pressing <kbd>Win</kbd> + <kbd>R</kbd> and then typing WSL and pressing enter. There you can check your file structure. Keep in mind that your user folder in WSL (`/home/your_username` or `~`) is NOT your user folder in Windows (e.g. `/mnt/c/Users/your_username`).
107+
* To double check your path you can always open WSL directly by pressing `Win` + `R` and then typing WSL and pressing enter. There you can check your file structure. Keep in mind that your user folder in WSL (`/home/your_username` or `~`) is NOT your user folder in Windows (e.g. `/mnt/c/Users/your_username`).
108108
* As an alternative, you can also open directly WSL, open your project folder and then opening vscode from there with the command `code .`.
109109
* If you open a project through Windows explorer, it might open in a new (non-WSL) window. Open it via the command palette instead.
110110

0 commit comments

Comments
 (0)