A bit of a tangent, but I'm loving seeing Monaco embedded in more projects like this.
Monaco is the editor from VS Code, extracted and officially supported as a standalone component to use elsewhere. Internally I think the extraction work is pretty complicated, and the setup isn't effortless, but the resulting user experience is excellent imo (much like VS code itself). This all looks great!
5 comments
[ 3.0 ms ] story [ 22.4 ms ] threadI didn't look at the code, but do you think it's something that's easy to add or would that require major refactoring?
Get the diff of a commit - https://docs.gitlab.com/ee/api/commits.html#get-the-diff-of-...
List repository tree - https://docs.gitlab.com/ee/api/repositories.html#list-reposi...
Repository files API - https://docs.gitlab.com/ee/api/repository_files.html
Monaco is the editor from VS Code, extracted and officially supported as a standalone component to use elsewhere. Internally I think the extraction work is pretty complicated, and the setup isn't effortless, but the resulting user experience is excellent imo (much like VS code itself). This all looks great!