Merged
Conversation
Contributor
Author
|
Just saw the migrate to gradle PR. That might help me. |
Owner
|
Thanks for the contribution! I can confirm that it works - great job. Given that #68 was merged I will go ahead and merge this PR so I can move forward with the release. |
Contributor
Author
|
Nice, must be the first time I ever wrote code that worked on the first try... and by wrote I mean copied your other code and changed the class name to the go run config. |
Owner
|
There were few mismatches in configuration [but it's always super tricky to figure them out for IDEA - I struggle with it all the time], but code was fine. 👍 |
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.
I think I this should work? Unless there's some special cases for go run configs. However, I can't seem to figure out how to build it, in order to test. Any help in how to build the plugin for local testing would be appreciated.
Thanks.