Added vscode formater and updated docs. - #166
Conversation
|
Cheers, will get this into next release once I'm done going through all the open issues 👍 |
|
@lfrodrigues is this line correct? It duplicates the code, so error messages end up like
|
|
I built the vscode for this also: DonJayamanne/pythonVSCode#130 It was designed like that because vscode expects to have: From what I understood type was not available in prospector so I coded it like this. Ideally in type we should output something like the "category" in pylint. Is there a simple way to get that? |
|
@lfrodrigues there isn't really a "type" value from any of the tools, unfortunately. I suppose you could use the |
Added new vscode formater that will be used by prospector plugin in vscode python extension.
Updated docs related to vscode and my old xunit formater