gencay / vscode-chatgpt

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

Broken layout on continuation #58

Closed candalfigomoro closed 1 year ago

candalfigomoro commented 1 year ago

There's a layout issue.

How to reproduce:

1) I asked to write a Python function to generate 10 random numbers. 2) I selected "Insert" to add the generated snippet to the code editor. 3) I selected the function in the editor > mouse right-click > Add comments 4) I get the following issue for the new code (the Copy/Insert/New buttons are below the code snippet, instead of being above it, and they don't work):

![broken_layout](https://user-images.githubusercontent.com/50733646/213465747-9a2064af-236d-4340-a597-79765e36eebc.png)
gencay commented 1 year ago

@candalfigomoro thanks for reporting this issue. I will check it out

gencay commented 1 year ago

@candalfigomoro This issue is now fixed in the latest version v3.3.4. Please upgrade your extension. Thanks for catching this issue and reporting.