Jared Wolff
Jared Wolff
@jplatte @detly FYI native-tls has been implemented.
Only for server side.
I'm getting the same error invoking `west` via `cmd.exe` though a VSCode extension. Full command is: ``` C:\Windows\System32\cmd.exe /d /c west -v -v init -m https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git ``` Here's the output....
Diff of the environment. Works in a stand alone cmd but not within VSCode ```diff 1d0 < !::=::\ 3d1 < !ExitCode=00000000 9a8 > CHROME_CRASHPAD_PIPE_NAME=\\.\pipe\crashpad_9232_XCMYRGDVZKPZBDFN 24a24 > ORIGINAL_XDG_CURRENT_DESKTOP=undefined 26c26,27 < PATH=/cygdrive/c/Python39/Scripts:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/usr/bin:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program...
~~Looks like it's because I'm running `west` in a virtual environment. Without the virtual environment, works ok. With the path to the virtual environment set, it breaks.~~ The plot thickens....
My work around with this, from what I remember, was disabling the Git functionality in VSCode temporarily while `west` did its thing. It was trying to cache or open the...
Missed this. Thanks @rainliu! I was having a bunch of trouble understanding/getting the downcast to work. Let me try it and then update this PR if it works out.