Replies: 1 comment 2 replies
-
Are you still seeing this issue? Not that you don't need to install |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I'm failing to install .NET interative in vscode with the below error. Any ideas? I've tried installing the .visx manually and from the extensions gallery.
Installation of the .visx appears to work, but on creating a new blank notebook I get the the toast message
"Installing .NET interative version 1.0.3362040"
and then
"command 'dotnet-interactive.newNotebook' not found"
I could install globally:
and locally:
with no issues, but creating a new notebook still gives the error.
My nuget config (C:\Users%USERNAME%\AppData\Roaming\NuGet\NuGet.Config) has the below. I changed
signatureValidationMode
fromrequire
toallow
andallowUntrustedRoot
fromfalse
totrue
with no effect.If its any help the network I am on does TLS inspection, so everything has their root cert.
Beta Was this translation helpful? Give feedback.
All reactions