In vscode if you don't want to disable gopls, just tell the local to gopls iteself:
gopls
In your settings.json:
"gopls": { "formatting.local": "github.com/XXXX", }
Reference