-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Description
What version of the VS Code extension are you using?
v0.4.35
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Windows 11 25H2 ARM64 + WSL Fedora 42 Aarch64
What issue are you seeing?
Not being able to use Codex Diff tab with no scrollbar and not being able to switch the word wrapping in codex's diff preview
What steps can reproduce the bug?
Ask codex to generate a piece of code, wait for a file edit action, try pressing Alt+Z (or other keystroke for View - Word wrap) in the edit's diff tab.
IMHO scrollbar is acceptable for chat sidebar in edits permission prompts, but is completely unnecessary in Codex diff preview tab.
What is the expected behavior?
Need to be able to use "Word wrap" View's option of VSCode in diff's preview so that the tab follows the VSCode's default word-wrapping text behavior. i.e. Cidex diff's text appears wrapped with no horizontal scrollbar.
Additional information
VSCode seems to have inegrated diff capabilities, which support word wrapping.