-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Configure devcontainer for terminal-focused experience with welcome message in Codespaces #22373
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi @Copilot. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Can one of the admins verify this patch? |
Co-authored-by: medyagh <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Copilot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@copilot can you also add an alias or a command that if user wants to to reset the IDE view? and also on the First Enter to the terminal it should display a welcome message to start minikube simply type "minikube start" " |
Co-authored-by: medyagh <[email protected]>
Done! Added both features in commit e11f58e:
Example output when opening a new terminal: The welcome message only shows once per user (cached in |
Co-authored-by: medyagh <[email protected]>
Configures VS Code to prioritize terminal usage when opening minikube in GitHub Codespaces or browser-based dev containers, and adds a helpful welcome message for new users.
Changes:
VS Code Configuration (
devcontainer.json):workbench.startupEditor: "none")openFiles: [])Terminal Enhancement (
.bashrc.sh):reset-viewalias that provides instructions to reset VS Code layout.devcontainer-welcome-shownflag file to show message only once per userUser Experience:
Users opening minikube in Codespaces will see:
reset-viewcommandExample terminal output on first entry:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.