diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3e85b56643..e75ae8dcb1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,16 +22,20 @@ Please answer these questions before submitting your issue. Thanks! ### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
-* Run `go version` to get version of Go from _the VS Code integrated terminal_. - - -* Run `gopls -v version` to get version of Gopls from _the VS Code integrated terminal_. - - -* Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders. - - -* Check your installed extensions to get the version of the VS Code Go extension - - -* Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command. - - +#### Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders. +``` + +``` + +#### Check your installed extensions to get the version of the VS Code Go extension +``` + +``` + +#### Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command. +``` + +```
### Share the Go related settings you have added/edited