cquery icon indicating copy to clipboard operation
cquery copied to clipboard

Fix crash on VSCode Gitlens paths (e.g. in diffview)

Open phogy opened this issue 4 years ago • 0 comments

I am using cquery in conjunction with the cquery VS Code plugin. I also use Gitlens. I have found that cquery crashes instantly upon entering a diff view. As it turns out, being unable to normalize the path in these cases exposed a problem with not dealing with the optional<> not being set which specifically led to my crashes.

phogy avatar Feb 04 '20 21:02 phogy