gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 755 forks source link

Reset all my settings #190

Closed hashaski closed 1 year ago

hashaski commented 1 year ago

I'm having trouble with this plugin, and I need to reset all my settings, like the auto-login thing after the first time downloading this extension.

Is there a way to factory reset without any pre-saved infos?

gencay commented 1 year ago

@hashaski go to your settings.json (ctrl+shift+p to open command palette and type in settings) and remove/comment out all of the settings that starts with chatgpt.. You could also go to settings(UI) and reset all settings one by one by clicking the gear icon on each setting like this: image

There is some data stored in the session (i.e. API Key if you stored it in session) and in order to clear it run command ChatGPT: Reset session again from the command palette (ctrl+shift+p or cmd+shift+p if you are using Mac) like this: image