interactive icon indicating copy to clipboard operation
interactive copied to clipboard

[VS Code Insiders] Cannot connect to SQL kernel

Open sharoncxu opened this issue 1 year ago • 1 comments

Error message: "unrecognized name --kernel-name"

Screenshots

image

sharoncxu avatar Aug 08 '24 16:08 sharoncxu

This is due to the latest extension packages not being available on nuget.org.

The workaround is to include the following in your notebook:

#i "nuget:https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"

jonsequitur avatar Aug 08 '24 21:08 jonsequitur