VScode input box markdown should be optional
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- PR merge metrics
- PR metrics pending
Description
What version of the IDE extension are you using?
26.803.61601
What subscription do you have?
Corporate
Which IDE are you using?
VS Code
What platform is your computer?
Linux 6.18.33.2-microsoft-standard-WSL2 x86_64 x86_64 , Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
The input box has now become a wysiwyg markdown box.
Entering text here is being markdown rich text formatted as i type - this causes a lot of the frustration seen with rich text editing, where format characters are, what parts are in or not in. Pasting can be worse with unexpected markup occuring. Without being able to see the actual characters, this is then very awkward to edit.
What steps can reproduce the bug?
Typing or pasting with common markdown items.
What is the expected behavior?
The input box is plain text, an option to enable/disable the new behavior is present or code/preview selections are available.
Additional information
Related to - but not a duplicate of https://github.com/openai/codex/issues/32539. This relates to the whole typed and pasted input, not solely pasted input.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior in the VS Code extension by typing and pasting common Markdown into the input box. Trace the input-box implementation and determine how plain-text editing or a code/preview choice can be exposed; done means users can avoid forced Markdown formatting while typing and pasting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100