Conversation
Fixing a weird bug that has to do with currentuser scope paths for po…
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 1.0.8 of the DevSetup module, which adds cross-platform support for Linux and macOS alongside the existing Windows functionality. The major enhancement includes support for Homebrew package manager on non-Windows platforms and improved command-line parameter handling.
Key changes:
- Added cross-platform support with Homebrew integration for Linux/macOS
- Enhanced command parameter sets with more granular options for update, export, list, and uninstall operations
- Improved documentation with installation instructions and MIT license
Reviewed Changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added installation instructions and usage examples |
| LICENSE | Added MIT license for the project |
| DevSetup/Public/Use-DevSetup.ps1 | Enhanced parameter sets for better command handling and cross-platform support |
| DevSetup/Private/Utils/Get-DevSetupVersion.ps1 | Fixed GitHub release retrieval to get latest version properly |
| DevSetup/Private/Utils/Get-DevSetupPath.ps1 | Added cross-platform home directory detection |
| DevSetup/Private/Providers/Homebrew/Install-Homebrew.ps1 | New Homebrew package manager installer for Linux/macOS |
| DevSetup/Private/Providers/Core/Install-CoreDependencies.ps1 | Integrated Homebrew support for non-Windows platforms |
| DevSetup/Private/Commands/Update-DevSetup.ps1 | Enhanced update functionality with version checking and branch selection |
| DevSetup/Private/Commands/Export-DevSetupEnv.ps1 | Added path-based export functionality |
| DevSetup/DevSetup.psd1 | Updated module version to 1.0.8 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
DevSetup/Private/Providers/Powershell/Test-PowershellModuleInstalled.ps1
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…talled.ps1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a merge for release 1.0.8 into main.