Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Enable vscode bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jan 23, 2018
1 parent 5246a84 commit e0e5d56
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/issue_template.md
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.


5 changes: 5 additions & 0 deletions .github/locker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
daysAfterClose: 45,
daysSinceLastUpdate: 3,
perform: true
}
File renamed without changes.

0 comments on commit e0e5d56

Please sign in to comment.