-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Delete all experimentVSCode branches from the code #3283
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
Delete all experimentVSCode branches from the code #3283
Conversation
MichaelDeBoey
left a comment
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.
onKeyDown & onKeyUp aren't used anymore so they could be deleted too
| window.removeEventListener('keyup', onKeyUp); | ||
| isStarted = false; | ||
| }, | ||
| start() {}, |
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.
Since _overmindInstance.state.preferences.settings.experimentVSCode is always true, we'll always instantly return.
So we don't need the body at all
| isStarted = false; | ||
| }, | ||
| start() {}, | ||
| pause() {}, |
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.
Since there aren't any eventListeners added, we don't need to remove them.
|
Build for latest commit 37125b0 is at https://pr3283.build.csb.dev/s/new. |
christianalfoni
left a comment
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.
This looks good to me!
Did a quick runthrough of editor and dashboard.
Want a comment form @CompuIves here before we merge though :)
3a20334 to
a888fac
Compare
a888fac to
730de9f
Compare
730de9f to
a85a898
Compare
a85a898 to
ad2612f
Compare
ad2612f to
7463a3b
Compare
7463a3b to
eb180f8
Compare
eb180f8 to
7d65d92
Compare
7d65d92 to
d766e4b
Compare
d766e4b to
37125b0
Compare
CompuIves
left a comment
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.
Very nice cleanup! Well written!
|
Always happy to help out 🙂 |
Because
experimentVSCodeis alwaystrue