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
WIP: Devcontainer updates and support codespaces #17680
WIP: Devcontainer updates and support codespaces #17680
Conversation
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
|
@msftbot still active, just life stuff in between :) |
|
Maybe include |
|
@fflaten I don't think windows containers are supported for either devcontainers or codespaces? |
Not Windows containers, but being able to run
|
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
|
Thanks @msftbot, still active :) |
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? |
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
|
@SeeminglyScience I'm going to let this go dormant but I do plan to still finish it, when I do I'll ask you to reopen it. |
|
@SteveL-MSFT have some time to investigate this again. Question: Prebuilds now use Github Actions, and are stored in Github storage. These have a free allocation now for public repos, as such will this be possible to do now? |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

PR Summary
This provides several updates with the goal of enabling a PowerShell contributor to begin contributing as fast as possible to PowerShell utilizing a devcontainer or CodeSpaces and Visual Studio Code.
Known Issues
WaitForon the creation commands yet, so occasionally a race condition occurs where omnisharp loads before dotnet has been bootstrapped byStart-PSBootstrap, leading to a dotnet not found message. This can be resolved by just reloading the window. I can also suppress the message but I chose not to as it seems to be fairly rare. Oncewaitforis supported then this won't be an issuePR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).