I would like to do some advanced configurations for Continue extension, but I also need the settings to persist. How would I do this when the image just resets when the workspace reloads?
Thanks!
I would like to do some advanced configurations for Continue extension, but I also need the settings to persist. How would I do this when the image just resets when the workspace reloads?
Thanks!
Hi @MSL0727!
I work on adding support for the continue extension in VS Code Workspaces.
We don’t currently persist your changes to the ~/.continue/config.ts
or ~/.continue/config.json
files - we will take this feedback onboard and figure out a way to support this.
In the interim, one non-ideal way you could do this would be to commit the config.json
file to your ~/repo
directory and then reinstantiate it when you launch the workspace with cp ~/repo/config.json ~/.continue
.
What is the advanced configuration you are hoping to make? We might be able to apply some of those changes by default.
Thanks,
Nick Weatherburn
Great! Yeah first please ENABLE_CODE_BUDDY for me so I don’t have to install it every time. As you learned, I would like to add more of the AI endpoints (I.e. Claude 3.7 Sonnet) and have it persist. Also there may be rules/prompts and or other enhancements that I may want to alter from time to time to make code assist features more powerful/useful.
Happy to use it however you empower me to do so, just playing with the flashy new toy mostly. I still take it local where I leverage cursor, but it would be nice to use the native tool this way with Continue and the add ons you’ve added to give osdk context and more.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.