Philip Craig

Results 16 comments of Philip Craig

Could who-calls be wired up to the Extension Find All References command, or does that not make sense?

It's exactly the same API, just some URLs change, as you said. Whereever `github.com` is hard-coded, it needs to be replaced with the github enterprise's URL

Hi, here is an example `curl` session to an enterprise server. It shows basic use of GitHub API. It shows that the API URL is the server's hostname (this needs...

> A (presumably) flakey test: https://github.com/google/autocxx/runs/5337017794?check_suite_focus=true - `test_uniqueptr_moveit`. This might be a real bug which just happens to manifest on Windows only due to ABI issues. I'd like to figure...

Confirmed, successful with the 3.21.10 binary.

To echo, I have the same problem, that the extension is just "not there" contributing anything as of version 7.16. I've turned on all the logging I can find, and...

So we have the essential issue found. Ionide no longer works on .Net SDK 6., as of Ionide version v7.16. The release notes don't mention this. Would anyone be willing...

I'm trying an implementation of this, following the code patterns for Vec and CxxVector

#44 is required for this, along with an extra `flag_if_supported("/std:c++17")`, which I will add in the PR for this issue. Otherwise the MSVC compiler complains: ``` The contents of are...

Most work needed for this is clear. I can follow the RustVec and CxxVector work. There is one difference between the already-supported types like `Box`, `Vec` and `String` that I'm...