Hacker News new | ask | show | jobs
by leerob 1829 days ago
Next.js Live uses a modified version of Monaco: https://microsoft.github.io/monaco-editor/
2 comments

I went to see the Vercel fork because I was curious what sorts of modifications you’ve made, but i couldn’t find it. Are you planning on publishing your changes? Can you say a little about what they are?
Clarification – it's actually a fork on the entire VSCode, not just Monaco. This allowed us to add features like locking the editor when others are editing the same file.
Thanks Lee - appreciate the insight!