Skip to content

Commit 3238c77

Browse files
Merge pull request #5641 from uinstinct/docs-clean-reset
instructions to clean reset the plugin
2 parents 00911c6 + a38982f commit 3238c77

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/docs/customize/model-roles/apply.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Apply Role
33
description: Apply model role
44
keywords: [apply, model, role]
5+
sidebar_position: 4
56
---
67

78
When editing code, Chat and Edit model output often doesn't clearly align with existing code. A model with the `apply` role is used to generate a more precise diff to apply changes to a file.

docs/docs/troubleshooting.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ Most Continue features will work normally, including autocomplete and chat. Howe
162162

163163
For more details about this requirement, see the [LanceDB issue #2195](https://github.com/lancedb/lance/issues/2195).
164164

165+
### How do I reset the state of the extension?
166+
167+
Continue stores it's data in the `~/.continue` directory (%USERPROFILE%\.continue` on Windows).
168+
169+
If you'd like to perform a clean reset of the extension, including removing all configuration files, indices, etc, you can remove this directory, uninstall, and then reinstall.
170+
165171
## Still having trouble?
166172

167173
You can also join our Discord community [here](https://discord.gg/vapESyrFmJ) for additional support and discussions. Alternatively, you can 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=), providing details of your problem, and we'll be able to help you out more quickly.

0 commit comments

Comments
 (0)