open-interpreter
open-interpreter copied to clipboard
Copying code from OI to VSCode gives bad indentation
Describe the bug
When copying code from OI to VSCode gives bad indentation. All indentations are off by two spaces. Looks like it is the markdown in OI that is creating the issue.
Reproduce
- Generate code in OI
- Copy code
- Paste it in VSCode
Expected behavior
Proper indentation when copy & pasting code from OI
Screenshots
Open Interpreter version
0.2.0
Python version
3.11.7
Operating System name and version
Sonoma 14.2.1
Additional context
No response
It also created line breaks when pasting the code into VSCode that can't be repaired.