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

Map unexpected errors to first line #740

Merged
merged 1 commit into from Jan 24, 2017
Merged

Conversation

ramya-rao-a
Copy link
Contributor

@ramya-rao-a ramya-rao-a commented Jan 22, 2017

Fixes #664

cc @roblourens

ret.push({
file: vscode.window.activeTextEditor.document.fileName,
line: 1,
msg: 'Something went wrong. Check the Go channel in the output window',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not show the actual messages, 'can't load package: import cycle not allowed' etc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Done.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh man I did that thing again where I typed that this morning before standup but didn't submit the review. Just had to say that since we talked about this at standup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants