Skip to content

Commit d41905c

Browse files
authored
Fix typos and add guidance for Windows users
This doc update fixes some typos for a recent change and also adds a troubleshooting addition for Windows users having issues logging in.
1 parent a0ad8e0 commit d41905c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/cody/troubleshooting.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ On the free plan, Cody provides **unlimited autocomplete suggestions** and **200
7373

7474
On the Pro and Enterprise plans, there are much higher limits that are used to keep our services operational. These limits reset within a day.
7575

76-
### Error logging in VS Code on Linux
76+
### Error logging in VS Code on Linux and Windows
7777

7878
If you encounter difficulties logging in to Cody on Linux using your Sourcegraph instance URL, along with a valid access token, and notice that the sign-in process in VS Code hangs, it might be related to underlying networking rules concerning SSL certificates.
7979

@@ -83,6 +83,12 @@ To address this, follow these steps:
8383
- In your terminal, type and run the following command: `echo "export NODE_TLS_REJECT_UNAUTHORIZED=0">> ~/.bashrc`
8484
- Restart VS Code and try the sign in process again
8585

86+
On Windows,
87+
88+
- Close Visual Studio Code
89+
- In your Command Prompt or PowerShell window, run the following command: `setx NODE_TLS_REJECT_UNAUTHORIZED 0`
90+
- Restart Visual Studio Code and try the sign in process again
91+
8692
### Error exceeding `localStorage` quota
8793

8894
When using Cody chat, you may come across this error:
@@ -171,7 +177,7 @@ This simple action of turning the plugin off and on again can often resolve the
171177

172178

173179

174-
## Androud Studio extension
180+
## Android Studio extension
175181

176182
### Cody cannot start. Stuck on spinning icon.
177183

@@ -182,4 +188,4 @@ This issue occurs because JCEF isn't supported in Android Studio and causes Cody
182188
1. Disable that key and close.
183189
1. Then go to `Help` > `Find Action: Choose Boot runtime for the IDE`.
184190
1. Select the last option.
185-
1. Restart Android Studion.
191+
1. Restart Android Studio.

0 commit comments

Comments
 (0)