diff options
author | Ty Dunn <ty@tydunn.com> | 2023-08-03 08:57:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 08:57:12 -0700 |
commit | c4ee34a601979d61217a3af6a5b6315f3c110ec3 (patch) | |
tree | a576ff4b1823b7bf12e64e9ecd265bcad0a62457 | |
parent | 0dd36a2d114f01d8a074103a78b16c70bf907074 (diff) | |
download | sncontinue-c4ee34a601979d61217a3af6a5b6315f3c110ec3.tar.gz sncontinue-c4ee34a601979d61217a3af6a5b6315f3c110ec3.tar.bz2 sncontinue-c4ee34a601979d61217a3af6a5b6315f3c110ec3.zip |
Update troubleshooting.md
-rw-r--r-- | docs/docs/troubleshooting.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 5416ea21..f403ef7b 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -39,6 +39,15 @@ To get a completely fresh install of Continue, you can delete the `~/.continue` If none of these work, you can start the server yourself as is explained here: [Running the Continue server manually](https://continue.dev/docs/how-continue-works) +## Check the console logs + +If your Continue server is not setting up, try checking the console logs: + +1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows) +2. Search for and then select "Developer: Toggle Developer Tools" +3. Select `Console` +4. Read the console logs + ## Python requirement Continue requires that you have Python 3.8 or greater. You can check what version you have by running either `python3 --version` or `python --version` from a terminal. If the version is not 3.8.x or higher, please [install](https://python.org) it |