Disable auto restore for the Aspire repo#16009
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 16009Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 16009" |
There was a problem hiding this comment.
Pull request overview
Disables the Aspire VS Code extension’s automatic aspire restore behavior for this repository’s workspace, avoiding expensive restores triggered on workspace open or when aspire.config.json changes (which is especially impactful given the large number of Aspire projects in this repo).
Changes:
- Set
aspire.enableAutoRestoretofalsein the repo’s VS Code workspace settings.
|
Re-running the failed jobs in the CI workflow for this pull request because 1 job was identified as retry-safe transient failures in the CI run attempt.
|
We have the unique situation of having several hundred aspire projects in the same workspace.