Skip to content
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

Task: branch preview #5325

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Task: branch preview #5325

wants to merge 12 commits into from

Conversation

thewahome
Copy link
Contributor

@thewahome thewahome commented Sep 4, 2024

Create a way to preview a branch that is in development.

This is a PoC

The intention here is to open codespaces with the Kiota extension that's in development in the branch already installed.

@thewahome thewahome requested a review from a team as a code owner September 4, 2024 10:45
.github/workflows/vscode-extension-ci.yml Outdated Show resolved Hide resolved

- name: Run PowerShell script
run: |
pwsh -File ./scripts/execute-vscode-sideload.ps1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is going to sideload into the GitHub actions runner, I'm not sure how it helps us?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am following the instructions inside the debugging.md file.
I want to see whether sideloading would sideload into a codespaces for the branch.
I haven't set up the codespaces here yet. I am currently making sure that the prerequisites are in the worflow

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think to achieve that you'd need to run the sideloading script inside of the container definition.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes... Learning that too right now...

@thewahome thewahome marked this pull request as draft September 4, 2024 11:10
Copy link

sonarcloud bot commented Sep 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress 🚧
Development

Successfully merging this pull request may close these issues.

2 participants