vscode icon indicating copy to clipboard operation
vscode copied to clipboard

The copied code snippet cannot be saved

Open hnsylzg opened this issue 7 months ago • 2 comments

@ @ #/

https://github.com/user-attachments/assets/30454a7f-8efa-4cf0-8f3e-4b199dbab1c2

hnsylzg avatar Aug 01 '25 05:08 hnsylzg

There are big problems with the code snippet, and the typing is also messed up.

hnsylzg avatar Aug 03 '25 03:08 hnsylzg

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,
},

axshb avatar Oct 19 '25 11:10 axshb