Skip to content

Commit f538c91

Browse files
committed
Add images
1 parent bc5e220 commit f538c91

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/cody/troubleshooting.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ If you're experiencing issues with Cody not responding in chat, follow these ste
1818
If you're experiencing issues with Cody's responses or completions being too slow:
1919

2020
- Ensure you have the latest version of the [Cody VS Code extension](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai). Use the VS Code command `Extensions: Check for Extension Updates` to verify
21-
- Enable verbose logging, restart the extension and reproduce the issue seen again (see below `Access Cody logs` for how to do this
21+
- Enable verbose logging, restart the extension and reproduce the issue seen again (see below `Access Cody logs` for how to do this)
2222
- Send information to the our Support Team at [email protected]
2323

2424
Some additional information that will be valuable:
25+
2526
- Where are you located? Any proxies or firewalls in use?
2627
- Does this happen with multiple providers/models? Which models have you used?
2728

28-
2929
### Access Cody logs
3030

3131
VS Code logs can be accessed via the **Outputs** view. You will need to set Cody to verbose mode to ensure important information to debug is on the logs. To do so:
@@ -246,17 +246,17 @@ Visual Studio logs can be accessed via the **Output** panel. To access logs:
246246
- Open `View -> Output` from the main menu
247247
- Select `Cody` output pane
248248

249-
![Cody Default Output](./images/Cody-ouput.png)
249+
![Cody Default Output](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-ouput.png)
250250

251251
### Autocomplete
252252

253253
Cody autocomplete for Visual Studio uses the underlying VS API to display completions in the editor. It's turned on by default in VS (`Tools -> Options -> IntelliCode -> Show Inline Completions`). Without this setting enabled, autocomplete will not work, so this is the first thing to check.
254254

255-
![Inline completions](./images/Inline-completions.png)
255+
![Inline completions](https://storage.googleapis.com/sourcegraph-assets/Docs/Inline-completions.png)
256256

257-
Also make sure that `Tools -> Options -> Cody -> Automatically trigger completions` is turned on (it is by default).
257+
Also make sure that `Tools -> Options -> Cody -> Automatically trigger completions` is turned on (it is by default).
258258

259-
![Autocomplete](./images/Autocomplete.png)
259+
![Autocomplete](https://storage.googleapis.com/sourcegraph-assets/Docs/Autocomplete.png)
260260

261261
Autocomplete is supported from Visual Studio 17.6+ and includes support for the following languages:
262262

@@ -271,17 +271,17 @@ Autocomplete is supported from Visual Studio 17.6+ and includes support for the
271271

272272
If autocomplete still doesn't work (or the Cody Chat), you could try **turning on** the option to `accept non-trusted certificates` (requires Visual Studio restart). This should help, especially in enterprise settings if you are behind a firewall.
273273

274-
![Non-trusted-certificates](./images/Non-trusted-certificates.png)
274+
![Non-trusted-certificates](https://storage.googleapis.com/sourcegraph-assets/Docs/Non-trusted-certificates.png)
275275

276276
### Detailed debugging logs
277277

278278
The detailed logging configuration can be turned on by adding the `CODY_VS_DEV_CONFIG` environment variable containing the full path to [the configuration file](https://github.com/sourcegraph/cody-vs/blob/main/src/CodyDevConfig.json) placed somewhere in the filesystem.
279279

280-
![Detailed logs](./images/Detailed-logs.png)
280+
![Detailed logs](https://storage.googleapis.com/sourcegraph-assets/Docs/Detailed-logs.png)
281281

282282
Two additional output panes, `Cody Agent` and `Cody Notifications`, will be created with more detailed logs. More information on how to configure them is available [here](https://github.com/sourcegraph/cody-vs/blob/main/CONTRIBUTING.md#developer-configuration-file).
283283

284-
![Cody output panes](./images/Cody-output-panes.png)
284+
![Cody output panes](https://storage.googleapis.com/sourcegraph-assets/Docs/Cody-output-panes.png)
285285

286286
## Regular Expressions
287287

0 commit comments

Comments
 (0)