Ryan Luker

Results 120 comments of Ryan Luker

@AlCalzone thanks for submitting an issue. Other then the make your own tree view (https://github.com/Microsoft/vscode-extension-samples/tree/master/tree-view-sample) I do not know of a way to add to the existing file explorer, myself...

@AlCalzone looked a little further and got some feedback from the slack channel, https://github.com/Microsoft/vscode/issues/54938 it is coming eventually so in the future something like the could be added :smile:

@tenninebt thanks for bringing your extension up! looks cool for a first stab at extension building :grin:. I also need to convert this project to webpack eventually as well so...

@MalachiMackie Thanks for the ping! We can definitely take another look at implementing this for sure.

@vxdguy Excellent work and documentation on this! I will link this to the ticket #333 , as it is related and gets us a good portion of the way to...

@ergoithz thanks for submitting an issue! do you know what coverage file type `coverage` outputs? depending on that it might already be supported :thinking:

@ergoithz Looking at the coverage.py [0] it does seem doable to make another parser [1] (similar to the other ones created so far, `clover`, `cobertura`, etc). We would consume the...

@drettie Thanks for the input! Good to know there is a workaround for now with regards to the usual python coverage generation flow (still planning on adding support for this...

@Josverl @ssbarnea Thanks for the spirited discussion, hopefully calmer heads have prevailed in the end. Just to give some input from myself, the plan is still to eventually provide support...

@ergoithz Thanks for the heads-up! I think this ticket can be closed shortly but I will try to get in a small example using coverage 6.3 as an example for...