fix(tools): make version optional and improve error reporting for install-vscode#559
Merged
Merged
Conversation
…tall-vscode - Make version argument optional, defaulting to current Go version - Add auto-detection of current version using GetCurrentVersionResolved - Improve error reporting with stderr capture and detailed messages - Fix gotests package path (github.com/cweill/gotests/gotests) - Capture and display first error for better debugging - Update help text and examples to show new default behavior - Add proper verbose/non-verbose mode output handling
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.
Summary
Improves the
goenv tools install-vscodecommand by making the version argument optional and enhancing error reporting during tool installation.Changes
User Experience Improvements
goenv tools install-vscode <version>(required)goenv tools install-vscode [version](optional)GetCurrentVersionResolved()to handle partial versionsError Reporting Enhancements
Bug Fixes
gotestspackage path: Corrected fromgithub.com/cweill/goteststogithub.com/cweill/gotests/gotestsTesting
Manually tested:
goenv tools install-vscode 1.25.2goenv tools install-vscodeExample Usage
Related Issues
This PR improves the usability of the VS Code integration by reducing friction in the most common use case (installing tools for the current version).