|
1 | | ---- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | -title: '' |
5 | | -labels: '' |
6 | | -assignees: '' |
7 | | - |
8 | | ---- |
9 | | - |
10 | | -Please direct general questions to: |
11 | | -- [Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode) |
12 | | - |
13 | | -Please review the [documentation](https://github.com/golang/vscode-go/tree/master/docs) before filing an issue. |
14 | | -Helpful pages include: |
15 | | -- [GOPATH](https://github.com/golang/vscode-go/tree/master/docs/GOPATH-in-the-VS-Code-Go-extension.md) |
16 | | -- [Module Support](https://github.com/golang/vscode-go/tree/master/docs/Go-modules-support-in-Visual-Studio-Code.md) |
17 | | -- [Debugging](https://github.com/golang/vscode-go/tree/master/docs/Debugging-Go-code-using-VS-Code.md) |
18 | | - - Set "trace": "log" and share the resulting logs in the debug console when logging an issue. |
19 | | - |
20 | | -Please answer these questions before submitting your issue. Thanks! |
21 | | - |
22 | | -### What version of Go, VS Code & VS Code Go extension are you using? |
23 | | -- Run `go version` to get version of Go |
24 | | - - <Paste go version here> |
25 | | -- Run `code -v` or `code-insiders -v` to get version of VS Code or VS Code Insiders |
26 | | - - <Paste VS Code version here> |
27 | | -- Check your installed extensions to get the version of the VS Code Go extension |
28 | | - - <Paste Go extension version here> |
29 | | -- Run `go env` to get the go development environment details |
30 | | - - <Paste the output here> |
31 | | - |
32 | | -### Share the Go related settings you have added/edited |
33 | | - |
34 | | -Run `Preferences: Open Settings (JSON)` command to open your settings.json file. |
35 | | -Share all the settings with the `go.` or `["go"]` or `gopls` prefixes. |
36 | | - |
37 | | -### Describe the bug |
38 | | -A clear and concise description of what the bug. |
39 | | -A clear and concise description of what you expected to happen. |
40 | | - |
41 | | -### Steps to reproduce the behavior: |
42 | | -1. Go to '...' |
43 | | -2. Click on '....' |
44 | | -3. See error |
45 | | - |
46 | | -### Screenshots or recordings |
47 | | -If applicable, add screenshots or recordings to help explain your problem. |
48 | | - |
49 | | - |
| 1 | +We are moving to a new home! See https://github.com/microsoft/vscode-go/issues/3247. |
| 2 | +Please file your issue in https://github.com/golang/vscode-go instead. |
0 commit comments