Closed alexanderkjeldaas closed 1 year ago
The view does conditional setup of the token so it will not catch that it was reset. Better to do this unconditionally.
// Initialize session token and ChatGPT API if not done already if (!this.sessionToken) { await this.setUpSessionToken(); }
Good spot
https://github.com/barnesoir/chatgpt-vscode-plugin/commit/42de560920f0a479600f19de2614253440ca06fd
The view does conditional setup of the token so it will not catch that it was reset. Better to do this unconditionally.