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 e0e5d56
Showing
3 changed files
with
23 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,18 @@ | ||
If you have a question, please ask it on https://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 https://github.com/Microsoft/vscode-go/wiki/GOPATH-in-the-VS-Code-Go-extension first. | ||
|
||
If you have issues debugging your Go programs | ||
- read 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 | ||
- any Go related settings you might have added/changed | ||
|
||
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.