-
Notifications
You must be signed in to change notification settings - Fork 865
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
Instruct users on setting up cloud resources when opening SSH session and running container image #7607
Instruct users on setting up cloud resources when opening SSH session and running container image #7607
Conversation
1a06579
to
e12b4eb
Compare
29d4f03
to
6a113fb
Compare
fyi: gh CI is currently having issues, requests don't get runners assigned looks like. (https://www.githubstatus.com/) |
6a113fb
to
15801de
Compare
}); | ||
} | ||
|
||
async messageHandler(message: any): Promise<void> { |
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.
Just a suggestion: given that superclass has getSource
that assumes current guide's style (subclasses can override), the same principle may be used with messageHandler
stock implementation: can be moved to the base class; if other javascript than guide.js
is returned from getSources()
it can use a differet msg command and an appropriate subclass can handle it.
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.
I was thinking about it, but then parent GuidePanel.ts
becomes aware of specific properties
that are passed to it
… and running container image
15801de
to
2383962
Compare
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.
Looks good
Instruct users on setting up cloud resources when opening SSH session and running container image.
Guide will be shown for the first time command is used for a given instance identified by an OCID.