This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5246a84
commit bbfe8ba
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
If you have a question, please ask it on [gitter](gitter.im/Microsoft/vscode-go) or on the VSCode channel in [Gophers Slack](https://invite.slack.golangbridge.org/) | ||
|
||
If you have issues around GOPATH, read [GOPATH in VS Code](https://github.com/Microsoft/vscode-go/wiki/GOPATH-in-the-VS-Code-Go-extension) first. | ||
|
||
If you have issues debugging your Go programs | ||
- read [Debuggin Go Code](https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code) first. | ||
- set `"trace": "verbose"` and share the resulting logs in the debug console | ||
|
||
If this is a bug report, please share a sample code which can be used to reproduce the issue | ||
|
||
Steps to Reproduce: | ||
|
||
1. | ||
2. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
daysAfterClose: 45, | ||
daysSinceLastUpdate: 3, | ||
perform: true | ||
} |
File renamed without changes.