784 B
784 B
title, description
| title | description |
|---|---|
| Troubleshooting gopls / VS Code Go Errors | Resolve gopls and VS Code Go extension errors in the Charon repository. Log collection and common fixes. |
Troubleshooting gopls / VS Code Go Errors in Charon
This page documents how to triage and collect logs for persistent Go errors shown by gopls or VS Code in the Charon repository.
Steps
- Open the Charon workspace in VS Code (project root).
- Accept the workspace settings prompt to apply .vscode/settings.json.
- Run the workspace task: Go: Build Backend (or run ./scripts/check_go_build.sh).
- If errors persist, run ./scripts/gopls_collect.sh and attach the output directory to an issue.
When filing upstream issues, include gopls.log, go-version.txt, go-env.txt, and a short reproduction.