fargies
fargies
👍 makes this plugin compatible with atom-ide-ui diagnostics part (that only supports linter v2 messages).
Seems to be related to the fact that those completions have an empty `insertText` and that their `label` is used instead. The following modification seems to do the trick, but...
Hello, I've made some modifications to compile it with qt-creator-2.8.1 (on Gentoo), you can find it [there](/fargies/QtCreatorCoveragePlugin).
I do also have the 3 Errors, those includes are used with older QtCreator versions. The Makefiles are still generated and qmake returns a zero error code, everything is still...
Hello, Using Karma I did experience this issue, here's some additional information: Downgrading karma-coverage from v2.0.1 to v1.1.2 removes the issue, main difference is that v2.0.1 uses istanbul-lib-source-maps. By digging...