Skip to content

Commit

Permalink
Update running-continue-without-internet.md (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalksir authored Oct 28, 2023
1 parent 7b1f362 commit ef03064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: [no internet, air-gapped, local model]

Continue can be run even on an air-gapped computer if you use a local model. You'll have to make a few adjustments for this to work.

1. Download the latest .vsix file from the [Open VSX Registry](https://open-vsx.org/extensions/vscode/Continue/continue) and [install it to VS Code](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix).
1. Download the latest .vsix file from the [Open VSX Registry](https://open-vsx.org/extension/Continue/continue) and [install it to VS Code](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix).
2. In VS Code settings, search "continue" and check the box that says "Manually Running Server". This will stop Continue from trying to kill and redownload the server binary.
3. Follow instructions to [run Continue manually](./manually-run-continue.md).
4. Open `~/.continue/config.py` and set `allow_anonymous_telemetry=False`. This will stop Continue from attempting requests to PostHog.
Expand Down

0 comments on commit ef03064

Please sign in to comment.