diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-02 02:01:50 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-02 02:01:50 -0700 |
commit | 08766100cdb3638b3300ae4b700f8ec2af6b9a8a (patch) | |
tree | 20f4c313b22fe373fa8a617d16a589a555266c81 /docs | |
parent | cd18705b172501b66419134e0c054f571b073a1b (diff) | |
download | sncontinue-08766100cdb3638b3300ae4b700f8ec2af6b9a8a.tar.gz sncontinue-08766100cdb3638b3300ae4b700f8ec2af6b9a8a.tar.bz2 sncontinue-08766100cdb3638b3300ae4b700f8ec2af6b9a8a.zip |
fix: :bug: don't fail on disconnected websocket
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/troubleshooting.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 70dec2bf..722c5d1b 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -50,6 +50,10 @@ If your Continue server is not setting up, try checking the console logs: 3. Select `Console` 4. Read the console logs +## Download an Older Version + +If you've tried everything, reported an error, and are waiting to hear back, you can try downloading an older version of the extension. All versions are hosted on the Open VSX Registry [here](https://open-vsx.org/extension/Continue/continue). Once you've downloaded the extension, which will be a .vsix file, you can install it manually by following the instructions [here](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix). + ## 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. |