-
Notifications
You must be signed in to change notification settings - Fork 645
Test Plan for May 2018 update (0.6.81) #1698
Comments
To install the update,
|
Hi, I tried to use |
Hi, tried golangci-lint, seems to work ok for me. Didn't had this problems related to going to end of the file as @primalmotion reported (or at least I didn't notice them) |
Actually it is not golangci-lint, but it is when I enable the formatting by language-server |
@primalmotion The formatter from the language server is not yet stable. Did you enable it explicitly using the |
yeah I did. let me disable it. Is |
autoComplete is stable. It doesn't have features like automatic importing of unimported packages when completing symbols from the unimported packages though. That's why I wanted to add an option for users to use the default auto-completion feature. If all is well with it after this testing, I can change the default value for |
Oh I see. No autoimport is game over for me :) I’ll wait before activating it. Other than that (and the debugger that never really worked for me), everything seems to work well |
It seems to work fine for me but I don't think we should set it as the default just yet, maybe in 1-2 more releases or at least until after automatic imports works. |
AutoComplete feature come from |
@ramya-rao-a Tested out revive and made a PR just for some README updates #1703 Integration worked great once it was correctly configured. |
Thanks @wolfeidau! Do try out the -config flag with file paths having ~ for homer or the ${workspaceRoot} variable |
Revive is working great! Tested on osx and windows. |
I've used the "pre-release" version for the last 1 1/2 days and it seems to work mostly fine. The only feature that is giving me issues is the From having a quick glance at the code it looks to me as if these are upstream issues though, either in the language server or the language server interface of VSCode, so I doubt this is to be fixed here. I'll probably not turn on the language server formatting, but other than that, the update is more than welcome. Thanks to everyone involved.
I think this is a really great format for cutting releases. The thread above also looks like it's working, so 👍 |
^I've noticed the syntax flashing on a few other file types too, it definitely seems like a general issue rather than Go-specific. |
The change to go-cover works fine for me. And I've just tested the visual settings (thanks for integrating those!). They seem to be working fine. I think it's a fine idea to ask for help testing. |
I have been using the extension for the past day without any issues and have tested the following:
|
Great, thanks everyone! |
Thanks to each and everyone here, the update has been released! |
If you got a notification from this issue, then you are part of the next update to the Go extension.
Thanks and Welcome!
As most of you know already, I am the sole maintainer of this project at the moment. I wanted to try something different for this next update.
Here I will be listing the features and the bug fixes that will go in the next update along with the the folks who logged the bugs/feature requests, those who upvoted it, and those who fixed it by sending PRs.
The idea is to get the folks behind this update to give the update a trial run before I release it.
I always do basic testing before every update. But because I dont work with Go in my day job, I always feel that someone who does Go more than me can help in testing tremendously.
And when I say "test", you can do a minimum pass of just installing the update and then do nothing special other than going about using VS Code like you do everyday. Or you can test the feature you requested/implemented or the bug you logged/fixed. Or you can test all of the below. Every bit helps.
Drop in a comment in this issue after 2 or 3 days of installing the update with your findings.
Also, let me know in the comments what you think of this model of me asking your help in testing an update before releasing it.
Feature Requests:
go.useLanguageServer
andgo.languageServerExperimentalFeatures
to test this. cc @m90, @leaxoy, @OneOfOne, @primalmotion, @ContextualistuseApiV1
tofalse
in the debug config to test this. Then configuredlvLoadConfig
in the same place to control the array size to display. cc @lggomez, @sirikon, @michaelmello, @jgfet, @Arman92, @carusytegolangci-lint
as a linter. cc @golangci, @atombender, @caarlos0, @lafin, @nikitabokovoyrevive
as a linter. cc @Southclaws, @mgechev, @wolfeidauBugs:
gopkgs
. cc @codingconcepts, @uudashrThe text was updated successfully, but these errors were encountered: