Applying the answer from Robert, you get
```
"gopls": {
"ui.diagnostic.analyses": {
"composites": false
}
},
```
On Friday 23 December 2022 at 09:21:39 UTC+1 Torsten Bronger wrote:

> Hallöchen!
>
> 'Robert Findley' via golang-nuts writes:
>
> > You can disable the "composites" analyzer: https://github.com/golang/
> > tools/blob/master/gopls/doc/analyzers.md#composites
> >
> > Update the "analyses" configuration to include "composites": false,
> > as described here: https://github.com/golang/tools/blob/master/gopls/
> > doc/settings.md#analyses-mapstringbool 
>
> Thank you, this worked!
>
> Regards,
> Torsten.
>
> -- 
> Torsten Bronger
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/330d5687-1332-4e51-b9d0-310aaf3244f9n%40googlegroups.com.

Reply via email to