-
-
Notifications
You must be signed in to change notification settings - Fork 431
Improved the IDE startup and new sketch creation time #1018
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
Conversation
The feature seems to work well now when auto-save is disabled. When we close a window (Sketch) or quit the IDE we should get two different messages. This message should change based on the event. Quit IDE: |
arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx
Outdated
Show resolved
Hide resolved
@@ -288,8 +290,6 @@ MonacoThemingService.register({ | |||
}); | |||
|
|||
export default new ContainerModule((bind, unbind, isBound, rebind) => { | |||
ElementQueries.listen(); | |||
ElementQueries.init(); |
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.
Include in the changelog?
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.
🤔 not sure, why do you think is useful? I might be missing something
4e655e5
to
5b60cb4
Compare
Signed-off-by: Akos Kitta <[email protected]>
5b60cb4
to
a78e7e8
Compare
Motivation
Change description
Other information
Reviewer checklist