summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-08-03 01:16:34 -0700
committerGitHub <noreply@github.com>2023-08-03 01:16:34 -0700
commit9c3f3e1aadddc0f77736a0078a204f7ab082be8d (patch)
tree19941667006e92ee3204c9d76f13521bd27621f2 /docs
parent9c07a0ee6cc4eb12518ecab894b197562837e737 (diff)
parent01ea5e221db410c1ac1e138caa80a6385458fe9b (diff)
downloadsncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.tar.gz
sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.tar.bz2
sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.zip
Merge pull request #337 from continuedev/package-python
Package python
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/troubleshooting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md
index 53cec3e4..52385855 100644
--- a/docs/docs/troubleshooting.md
+++ b/docs/docs/troubleshooting.md
@@ -31,9 +31,9 @@ If the above doesn't work, you can try to kill the server manually before reload
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.
-## Manually install Python requirements
+## Delete `~/.continue`
-Open any terminal and run `cd ~/.continue/server` to enter the Continue server directory, then `pip3 install -r requirements.txt` to install the requirements. Restarting VS Code should now correctly start the server.
+To get a completely fresh install of Continue, you can delete the `~/.continue` directory. Note that this will delete your config file and all saved sessions and development data.
## Run the server manually