Hacker News new | ask | show | jobs
by sarosh 1829 days ago
Hi Aaron - are you using VSCode for the IDE? How is this similar to/different from say, Gitpod?
1 comments

Next.js Live uses a modified version of Monaco: https://microsoft.github.io/monaco-editor/
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!