-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add goversion, goos, and goarch to version command #407
Conversation
CI will pass if #406 is merged 😄 |
Thank you for the PR @cappyzawa Before we can merge this however we will need to take at least two more steps:
|
@radeksimko Thank you for checking. Should I add fields to the version -json output in this PR? If you can tell me the ideal output of the following two commands, I can implement them 👍
Currently, those commands are output as follows.
|
The previous code did not support the json flag, so I fixed it (c09af64). Currently, those commands are output as follows.
The field name in the json is tentative, so I will fix it if you point it out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update as well, I left you some comments in-line with regards to the format and some other things.
Once these are addressed, I reckon it will be in a mergeable state, but we would still need to update the VS Code extension logic prior to shipping this PR - I can send a PR with a patch there.
@cappyzawa FYI: I just opened hashicorp/vscode-terraform#560 to address the extension compatibility problem. |
@radeksimko Thanks for your kind suggestion 👍 I fixed. Outputs of the |
We're going to cut and distribute a release of the extension (with the mentioned patch) possibly within the next week, so I'm going to put this PR on hold until then, but you can rebase it in the meantime if you like. All tests should now pass as I merged #406 |
1869fc5
to
27d868b
Compare
Just FYI hashicorp/vscode-terraform#560 was released yesterday (on Monday), so I would let that release be distributed to users over the week and consider merging this some time next week, to reduce the risk of breaking someone's installation. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
fix: #127