vscode
vscode copied to clipboard
The copied code snippet cannot be saved
@ @ #/
https://github.com/user-attachments/assets/30454a7f-8efa-4cf0-8f3e-4b199dbab1c2
There are big problems with the code snippet, and the typing is also messed up.
I did a few tests on my fork, and from what I can tell, the issues with code fences were resolved by modifying src/view/editor-manager.ts to remove lines 22 to 24:
[Crepe.Feature.CodeMirror]: {
theme: document.body.classList.contains('vscode-dark') ? vscodeDark : vscodeLight,
},