forked from microsoft/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syncing #1
Merged
Merged
syncing #1
Conversation
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
The information message provided was explicitly for 'goreturns', should reflect the configured formatCommand. Also not sure if providing go get information is particularly useful here, since extension already allows for the installation of tools.
Update formatCommand error messaging
Updated git clone directory in README
Update the devDepencencies and add typescript
Adjust symbol position
Redirect stdout/err output of Delve to debug console Fixes #15
Specify `args` and `env` in `launch.json` when spawning Delve process. This make two options effective. Fixes #27
…ode-go into yuntan-feature-debug-console
Update readme, put install deps all together
Fix gopath bin location search and error in error line parsing in windows
Improvements to GOPATH and PATH search for Go tools
…de-go into yuntan/feature-debug-config
Don't use 'cwd' argument for defining the package to debug. It will be used for the 'cwd' in which to execute the debuggee.
Fixes #29.
Fix minor typo in README
Add "go.formatOnSave" option. Clean up format-on-save
Introduce a 'go.test.cursor' command which executes the unit test at the primary cursor location. Output is placed in the 'Go' channel. Refactor references to the Go runtime path.
Help enforce formatting conventions.
Fixes #120
…de-go into ironcladlou-tabs-by-default
…e-go into ironcladlou-test-at-cursor
Introduce 'go.test.package' and 'go.test.file' commands.
Something was causing the `.save` call inside `onDidSaveTextDocument` to sometimes not trigger reentrance on `onDidSaveTextDocument`.
…scode-go into ironcladlou-more-test-commands
Fixes #124.
Fixes #117.
tampajohn
added a commit
that referenced
this pull request
Dec 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.