mattiascibien / dlang-vscode

Support for the D Programming Language for Visual Studio Code
MIT License
38 stars 10 forks source link

Multiline errors support #43

Open 9il opened 7 years ago

9il commented 7 years ago

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 commented 7 years ago

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