summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-31 14:52:22 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-31 14:52:22 -0700
commit2e6d6570b5370b1eb32dd633f8909173662af7d1 (patch)
tree0512f7d251cfe822ea9c244c5ea02069208c69cc /extension/README.md
parent6e57df9cfd372112ebffcd61f16bd7e165cd05cc (diff)
downloadsncontinue-2e6d6570b5370b1eb32dd633f8909173662af7d1.tar.gz
sncontinue-2e6d6570b5370b1eb32dd633f8909173662af7d1.tar.bz2
sncontinue-2e6d6570b5370b1eb32dd633f8909173662af7d1.zip
docs: :memo: improved troubleshooting docs
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md22
1 files changed, 2 insertions, 20 deletions
diff --git a/extension/README.md b/extension/README.md
index f2dbd164..830c9606 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -45,27 +45,9 @@ If your Continue server is not setting up, please check the console logs:
# Troubleshooting
-The Continue VS Code extension is currently in beta. It will attempt to start the Continue Python server locally for you, but sometimes this will fail, causing the "Starting Continue server..." not to disappear, or other hangups. There are a few things you can do to troubleshoot:
+The Continue VS Code extension is currently in beta. It will attempt to start the Continue Python server locally for you, but sometimes this will fail, causing the "Starting Continue server..." not to disappear, or other hangups. While we are working on fixes to all of these problems, read here for common solutions:
-### Reload VS Code
-
-Open the command palette with cmd+shift+p, then type "Reload Window" and select it. This will give Continue another chance to start the server.
-
-### Kill the existing server
-
-If the above doesn't work, you can try to kill the server manually before reloading.
-
-1. Open any terminal
-2. Enter `lsof -i :65432 | grep "(LISTEN)" | awk '{print $2}' | xargs kill -9` to kill the server running on port 65432.
-3. Restart VS Code, and Continue will attempt to start a fresh server.
-
-### Run the server manually
-
-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)
-
-### Still having trouble?
-
-Create a GitHub issue [here](https://github.com/continuedev/continue/issues/new?assignees=&labels=bug&projects=&template=bug-report-%F0%9F%90%9B.md&title=), leaving the details of your problem, and we'll be able to more quickly help you out.
+> [Troubleshooting Continue](https://continue.dev/docs/troubleshooting)
## License