{ "python-envs.pythonProjects": [ { "path": "", "envManager": "ms-python.python:venv", "packageManager": "ms-python.python:pip" } ] , "gopls": { "env": { "GOWORK": "off", "GOFLAGS": "-mod=mod", "GOTOOLCHAIN": "auto" }, "directoryFilters": [ "-**/pkg/mod/**", "-**/go/pkg/mod/**", "-**/root/go/pkg/mod/**" ] }, "go.buildFlags": ["-tags=ignore", "-mod=mod"], "go.toolsEnvVars": { "GOWORK": "off", "GOFLAGS": "-mod=mod", "GOTOOLCHAIN": "auto" }, "files.watcherExclude": { "**/pkg/mod/**": true, "**/go/pkg/mod/**": true, "**/root/go/pkg/mod/**": true }, "search.exclude": { "**/pkg/mod/**": true, "**/go/pkg/mod/**": true, "**/root/go/pkg/mod/**": true }, "githubPullRequests.ignoredPullRequestBranches": [ "main" ], // Toggle workspace-specific keybindings (used by .vscode/keybindings.json) "charon.workspaceKeybindingsEnabled": true }