-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial basic GPU renderer for editor #225413
Conversation
"mocha", | ||
"semver", | ||
"sinon", | ||
"winreg", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@hediet this is passing now and ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only real thing I found is that previously the viewLines object was not pushed to the view part array, whereas now it is - which might cause bugs.
I only skimmed through the added files, but didn't get a deep understanding of the implementation. Also couldn't find anything obvious.
Good work! I'm curious to selfhost on this!
This will help us find out if/when this actually happens in practice.
Part of #221145
Part of #221210