Closed
Description
Gopls has long had an experimental setting to allow network access for all go command invocations: "allowImplicitNetworkAccess".
We should not have settings that affect low level behavior like this, as such settings are inevitably insufficiently tested and hard to maintain. Gopls should work well with its default decisions about allowing network access.
This issue tracks officially deprecating this setting in [email protected], to be removed in [email protected] (as we've been doing for these sorts of settings).