dlang-vscode icon indicating copy to clipboard operation
dlang-vscode copied to clipboard

Multiline errors support

Open 9il opened this issue 7 years ago • 1 comments

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)

9il avatar Jun 04 '17 03:06 9il

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

LaurentTreguier avatar Jun 04 '17 16:06 LaurentTreguier