Releases: timkmecl/chatgpt-vscode
Releases · timkmecl/chatgpt-vscode
Added icon + extension info
Added icon, information about publisher etc. to prepare the extension for Visual Studio Code Extension Marketplace.
Download from the Marketplace: https://marketplace.visualstudio.com/items?itemName=timkmecl.chatgpt
UI improvements
Updates:
- The response now looks nicer
- Added syntax highlighting to codeblocks inside response
Ask ChatGPT
added to right-click menu- Extension panel retains its state even when reopened
Real time response from chatGPT
Updates:
- Uses
chatgpt-api v1.4.0
- Update displayed response as the AI writes it instead of just displaying it at the end
- Update session token without having to restart extension
- Response remains even when closing and reopening panel
- Error message for invalid session token
v0.1.1
To install this extension after you download chatgpt-0.1.1.vsix
, follow these steps:
- Open the
Extensions
panel in VSCode by going to theView
menu and selectingExtensions
. - Click on the
...
icon at the top right of the panel, and selectInstall from VSIX
. - Select the downloaded VSIX file to begin installation.
- After the installation is complete, you will need to add your ChatGPT session token to the extension settings in VSCode. To do this, open the
Settings
panel by going to theCode
menu and selectingPreferences
, thenSettings
. - In the search bar, type
ChatGPT
to filter the settings list. - In the ChatGPT section, enter your session token in the
SESSION_TOKEN
field.
After completing these steps, the extension should be ready to use.
Please note that you will need to have a valid ChatGPT session token in order to use the extension.
Read the project's README.md for instructions on how to obtain it.