Platform: VSCode
Changed
- Update `apiKey` in `.vscode/settings.json` from "CodeGPT Plus Beta" to "Ollama"
- Update version number in `package.json` from `3.8.8` to `3.8.32` and in `package-lock.json` from `3.7.11` to `3.8.25`
- Refactor event listener in `src/ChatSidebarProvider.js` to improve readability and maintainability
- Refactor code in `src/extension.js` for clarity and efficiency
Added
- Add new dependency `isbinaryfile` to `package-lock.json`
Fixed
- Ensure editor's state is correctly updated in `src/extension.js`
Leave a Comment