John Liljegren

Results 6 comments of John Liljegren

Any updates on this @NorbertNader?

Does this pull request make it so that if I put $/foo as the Project and C:\myProject as the Output Settings Directory then the files will show up in C:\myProject...

Understood, thanks for the quick reply. @marcrocny do you still have your build laying around anywhere?

I was able to build in VS2019 without much issue. I did have to modify Vss2Git/MainForm.resx to remove the icon assembly and data nodes at the end, but after that...

If it wasn't infinite scrolling, something like this gets close (nth-child would change depending on the column you want): ``` navigator.clipboard.writeText([].slice.call(document.querySelectorAll('li[class^=Diff_row] div:nth-child(2)') || []).map(div => div.innerText.replace(/^\s*/, '')).join('\r\n')); ```