chore: configure gopls env/buildFlags to avoid scanning toolchain modules

This commit is contained in:
CI
2025-11-29 01:45:54 +00:00
parent e4854763f4
commit 55199c752a

View File

@@ -8,6 +8,10 @@
]
,
"gopls": {
"buildFlags": ["-tags=ignore"]
"buildFlags": ["-tags=ignore", "-mod=mod"],
"env": {
"GOWORK": "off",
"GOFLAGS": "-mod=mod"
}
}
}