-
Notifications
You must be signed in to change notification settings - Fork 3.3k
internal: (studio) add indication in the console in local development that watch mode has detected a change #31824
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
internal: (studio) add indication in the console in local development that watch mode has detected a change #31824
Conversation
… that watch mode has detected a change
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.
Pull Request Overview
Adds a console notification when the studio manager finishes reloading in watch mode to improve local development feedback.
- Awaits
studioManagerPromise
before proceeding in the reload handler - Logs
"Studio manager reloaded"
to the console - Disables the ESLint
no-console
rule inline for this log
Comments suppressed due to low confidence (1)
packages/server/lib/cloud/studio/StudioLifecycleManager.ts:286
- There’s no test covering the new reload notification; consider adding a unit or integration test to assert that the console message is emitted when changes are detected.
// eslint-disable-next-line no-console
cypress
|
Project |
cypress
|
Branch Review |
ryanm/internal/add-indication-that-watching-has-detected-a-change
|
Run status |
|
Run duration | 10m 03s |
Commit |
|
Committer | Ryan Manuel |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
694
|
|
0
|
|
130
|
View all changes introduced in this branch ↗︎ |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
Add indication in the console in local development that watch mode has detected a change
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?