Jonathan Phippen

Results 9 comments of Jonathan Phippen

I can confirm on my machine when using the latest version of the extension and CMake version 3.20 or greater that I do not see this message anymore, as the...

I'm going to assume this issue is fixed. Please open a new issue if this problem persists. Thanks!

@Agomezvi Unfortunately, I am unable to repro this issue with cmake.testProgram on my machine. Here's a few things to try: 1. In the build output directory, run the command "ctest...

Thanks for the test properties @Agomezvi! I think I understand what's going on here. It looks like CTest is executing a CMake script to actually run the test. That's why...

Hi @bmcdonnell-fb, based on the debug output, there may be some internal state that's messed up in the extension. We store the internal state in the extension context per workspace...

Hi @tysolov! This issue is interesting because I wasn't able to repro it on my machine. The repro that @v-ericawu provided does not actually reproduce the issue you described, because...

Hi @1m188 @AlMar-Devel @mcwindy, As indicated by the mentioned PR, I think the root cause of this issue is how we re-use the same terminal for multiple launches, which means...

I completed the PR, so the fix should be available in the next release. Please open a new issue if the problem persists. Thanks!

Hi, I'm testing this PR to merge it into the Visual Studio fork of SSH.NET, and I'm running into a hanging issue. I'm using this code: ``` var connectionInfo =...