From b8526ac6d99bde1e8074cdfa6fb339d2bee177d0 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 25 Oct 2024 11:21:07 +0000 Subject: [PATCH] chore(dev): disable gopls placeholders setting --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2dd84ac7..ba4a165d 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -80,7 +80,7 @@ } }, "gopls": { - "usePlaceholders": true, + "usePlaceholders": false, "staticcheck": true, "formatting.gofumpt": true },