You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set "trace": "log" and share the resulting logs in the debug console when logging an issue.
14
+
Before filing an issue, please review our troubleshooting guides
15
+
*[Troubleshooting problems with debugging](https://github.com/golang/vscode-go/blob/master/docs/debugging.md#troubleshooting)
16
+
*[Troubleshooting other problems](https://github.com/golang/vscode-go/tree/master/docs/troubleshooting.md)
21
17
22
18
Please answer these questions before submitting your issue. Thanks!
23
19
24
20
### What version of Go, VS Code & VS Code Go extension are you using?
25
-
- Run `go version` to get version of Go
21
+
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
26
22
- <Paste go version here>
27
-
- Run `gopls -v version` to get version of Gopls if you are using [the language server](https://github.com/golang/vscode-go/blob/master/docs/gopls.md).
23
+
* Run `gopls -v version` to get version of Gopls from _the VS Code integrated terminal_.
28
24
- <Paste gopls version here>
29
-
- Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders
25
+
* Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders.
30
26
- <Paste VS Code version here>
31
-
- Check your installed extensions to get the version of the VS Code Go extension
27
+
* Check your installed extensions to get the version of the VS Code Go extension
32
28
- <Paste Go extension version here>
33
-
- Run `go env` to get the go development environment details
29
+
* Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command.
34
30
- <Paste the output here>
35
31
36
32
### Share the Go related settings you have added/edited
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ assignees: ''
7
7
8
8
---
9
9
10
-
If you have a question, please ask it on the `#vscode` or `#vscode-go` channels in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode).
10
+
If you have a feature request, please share your idea on the [GitHub Discussion](https://github.com/golang/vscode-go/discussions/categories/ideas), or on the [`#vscode` channel](https://invite.slack.golangbridge.org/messages/vscode) in Gophers Slack first.
11
11
12
12
**Is your feature request related to a problem? Please describe.**
13
13
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
0 commit comments