Skip to content

Releases: timkmecl/chatgpt-vscode

Added icon + extension info

07 Dec 14:38
Compare
Choose a tag to compare

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

07 Dec 09:40
Compare
Choose a tag to compare

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

06 Dec 13:42
Compare
Choose a tag to compare

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

06 Dec 13:39
Compare
Choose a tag to compare

To install this extension after you download chatgpt-0.1.1.vsix, follow these steps:

  1. Open the Extensions panel in VSCode by going to the View menu and selecting Extensions.
  2. Click on the ... icon at the top right of the panel, and select Install from VSIX.
  3. Select the downloaded VSIX file to begin installation.
  4. 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 the Code menu and selecting Preferences, then Settings.
  5. In the search bar, type ChatGPT to filter the settings list.
  6. 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.