Skip to content
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 92 commits into from
Dec 4, 2015
Merged

syncing #1

merged 92 commits into from
Dec 4, 2015

Conversation

tampajohn
Copy link
Owner

No description provided.

tampajohn and others added 30 commits November 19, 2015 11:12
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
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
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
Add support for:
. 'mode'='debug'/'exec'/'test'
. 'cwd' can be used instead of 'program'
. 'buildFlags' to provide '--build-flags'
. 'init' to provide '--init'

Fixes #27, #22.
Don't use 'cwd' argument for defining the package
to debug.  It will be used for the 'cwd' in which
to execute the debuggee.
lukehoban and others added 28 commits November 27, 2015 09:52
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.
Introduce 'go.test.package' and 'go.test.file' commands.
Something was causing the `.save` call inside `onDidSaveTextDocument` to sometimes not trigger reentrance on `onDidSaveTextDocument`.
tampajohn added a commit that referenced this pull request Dec 4, 2015
@tampajohn tampajohn merged commit 087354b into tampajohn:master Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.