#Kilo Code Persistence on Restart

2 messages · Page 1 of 1 (latest)

velvet tundra
#

Yeah - you'll need to ensure the full vscode profile is retained. Kilo uses the extensionContext object to store user config data.

Your closest option is probably the import/export feature for settings, but its not automated.

velvet tundra
#

It would be a huge PR that pretty much rewrite the entirety of configuration management in kilo the easier PR would be to add a VS code command that exports or imports, the kilo config as needed so it can be automated.