diff --git a/sh/debian/ubuntu/configure.sh b/sh/debian/ubuntu/configure.sh index 3fa1bf72..745d3710 100755 --- a/sh/debian/ubuntu/configure.sh +++ b/sh/debian/ubuntu/configure.sh @@ -222,6 +222,9 @@ do "$dir/.config/Code/User/settings.json" \ "$dir/.config/VSCodium/User/settings.json" { + "gopls": { + "formatting.gofumpt": true + }, "extensions.autoCheckUpdates": false, "extensions.autoUpdate": false, "json.schemaDownload.enable": false,