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

Multiline errors support #43

Open
9il opened this issue Jun 4, 2017 · 1 comment
Open

Multiline errors support #43

9il opened this issue Jun 4, 2017 · 1 comment

Comments

@9il
Copy link

9il commented Jun 4, 2017

Example:

source/mir/ndslice/dynamic.d(419,27): Error: CTFE failed because of previous errors in isPermutation
source/mir/ndslice/dynamic.d(419,9):        while evaluating: static assert([3LU, 0LU, 1LU, 2LU].isPermutation)
@LaurentTreguier
Copy link
Collaborator

Right now it looks like it's not possible to accumulate line messages. VSCode's multiline problem matching allows taking information across multiple lines, but only the first filename, the first error message etc. will be used.
This could be a new feature to add to VSCode

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

No branches or pull requests

2 participants