Ryan Luker

Results 120 comments of Ryan Luker

> > Do you know if it is all files within your codebase or just a subset? > > Unfortunately, it appears not. I wrote a few unit tests to...

> I'll wait :) My VS Code extension experience is close to NIL. Thanks for update. No worries, I always like to at least present the option, as sometimes people...

@GitMensch Thanks for submitting an issue! Definitely seems like a useful addition, and the codebase is pretty setup for doing these changes when the config is initialized. https://github.com/ryanluker/vscode-coverage-gutters/blob/master/src/extension/config.ts Not sure...

> I've found a workaround after viewing some of the sample files in https://github.com/fschwaiger/cobertura-parse. > > Looks like the dotnet-compile doesn't include this: ![image](https://private-user-images.githubusercontent.com/14031456/308750671-547146a4-e8b6-4800-aa25-6193f847a957.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTAwODk4NDYsIm5iZiI6MTcxMDA4OTU0NiwicGF0aCI6Ii8xNDAzMTQ1Ni8zMDg3NTA2NzEtNTQ3MTQ2YTQtZThiNi00ODAwLWFhMjUtNjE5M2Y4NDdhOTU3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAzMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMzEwVDE2NTIyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNhMjRiZTM1MTEyMzBmNTYyZTYxOTkyOGIxMDIzMjg1MGI4Yzc1ZTEyMDA1ZjU0NDdiN2ViMWM5NWU4MmE2YzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.4XGh3Eb4YYLHaLOPT43qUCGKke1KLGk2DgdDE4Dcoe8) > > `` tag. Once I...

@robross0606 Thanks for the ticket! Are you able to check out the extension logging and see if the extension is finding any coverage in the file paths you have specified?...

@robross0606 Interesting! I would have to rack my brain but I think the bottom coverage indicator always showed the current files covered lines. There definitely could be improvements here for...

@rginnow Thanks for the message! It is common that folks have incorrect file paths as they often have the IDE running in a different area then the code coverage generation...

@simplenotezy Thanks for the ticket! We have changed the default keybindings before as they usually come into conflict with different vscode defaults as they change over time. AFAIK you are...

> > @simplenotezy Thanks for the ticket! > > We have changed the default keybindings before as they usually come into conflict with different vscode defaults as they change over...

@Blu114455 👍🏻