Garrett Campbell

Results 308 comments of Garrett Campbell

@JackBoosY Thanks for reclarifying, sorry I missed that. My thought is that the pipe name from that blog post, is a Windows named pipe, following the protocol for naming a...

@JackBoosY To clarify, you also changed the name of the pipe from the task that starts the cmake process, correct?

@JackBoosY Ah, you are correct. The `&` needs to be removed, and also, you should remove the `.exe` from the `vcpkg.exe` invocations in the tasks.json. I was able to just...

What errors are you hitting? I was able to follow the blog post with the changes I mentioned and debug the cmake on a spare mac that I have. I...

What do you see in the terminal if you use the command palette to directly run the `Reinstall zlib` task? Based on your output, I wonder if your zlib task...

@emtKazys Thank you for posting this! I think that this is the correct way to have additional kits, so I'll close this in favor of the workaround you posted.

Ah, okay. Could you `rm` the vcpkg_pipe, it will be a file on your filesystem, and then try to debug again?

Ah, maybe it's a permissions issue, if you're having to run `sudo` to get it to run correctly. Is there a reason why you need to use `sudo`?

@JackBoosY Ah, in this case, the issue isn't with our extension, it's something with the permissions. However, does it work if you add `sudo` to the command-line in the tasks.json...

@JackBoosY Thanks for the ping. Unfortunately, looking through the issue again to remind myself and what was going on. It seems like this is likely a permissions issue on your...