added go experiment env for lsp usage

This commit is contained in:
2026-05-20 14:01:46 -06:00
parent f00fac3363
commit a27bcce0aa

View File

@@ -53,6 +53,9 @@ return {
expandWorkspaceToModule = true, expandWorkspaceToModule = true,
experimentalPostfixCompletions = true, experimentalPostfixCompletions = true,
["build.standaloneTags"] = { "ignore" }, ["build.standaloneTags"] = { "ignore" },
cmd_env = {
GOEXPERIMENT = "jsonv2",
},
}, },
}, },
}, },