Benjamin Christopher Simmonds

Results 36 comments of Benjamin Christopher Simmonds

@heartacker notifications are only available for Pull Requests currently. We also don't show them on the repository level if there is a notification at the moment, we might add this...

Would it help if we would highlight the "load more" node, indicating the PR with the notification has not been loaded yet?

To avoid manually launching both the Python and C++ debuggers, you can use the "Python C++ Debugger" extension which automates this process :) https://marketplace.visualstudio.com/items?itemName=benjamin-simmonds.pythoncpp-debug

Thanks for the feedback @daviddossett. The notification will only be indicated on the PR node and not on any files. Due to this I don't think it will be a...

Close with #3839

I don't find the "Active PR View" helpful in general, so I never use it. And so when I have to approve a PR I don't remember where the button...

Hi @KevinK-byte, this is currently not possible with the `Python C++ Debugger` extension.

What the extension does is it starts a Python debugger and attaches a C++ debugger to it and can't do it the other way around. Because the python debugger launches...

I'm open to adding this feature. I've never run into this situation, can you create an example code (python, c++ and compiler flags) for me to test with? Have you...