Christopher-Hayes / vscode-chatgpt-reborn

Refactor, improve, and debug your code in VSCode with GPT-3 and GPT-4.
https://marketplace.visualstudio.com/items?itemName=chris-hayes.chatgpt-reborn
ISC License
207 stars 38 forks source link

fixed unescape bugs #52

Closed ZsgsDesign closed 7 months ago

ZsgsDesign commented 11 months ago

This commit fixed a highlighter-related bug.

For modern browsers, escape creates ' instead, using ' would cause a bug that incompletely unescapes the code, thus forbidding highlighter to work properly.

Christopher-Hayes commented 11 months ago

Good catch, thank you. Will get this merged.

Christopher-Hayes commented 7 months ago

Sorry for the delay, I'll have this deployed later this weekend along with updates for gpt-4-turbo

Christopher-Hayes commented 7 months ago

:rocket: Fix included in release v3.20.0 - https://github.com/Christopher-Hayes/vscode-chatgpt-reborn/releases/tag/3.20.0