Skip to content

Conversation

@geertjanthomas
Copy link
Contributor

Fixes #1430 Polyglot notebook stuck on installing NET interactive.

#4130

The issue is that, at least for some users, during extension activation the command "dotnet new tool-manifest" failed because this file already exists and/or could not be overwritten:

c:\Users****\AppData\Roaming\Code\User\globalStorage\ms-dotnettools.dotnet-interactive-vscode\dotnet-tools.json

By adding the '--force' argument this is resolved.

@jonsequitur

@geertjanthomas
Copy link
Contributor Author

@dotnet-policy-service agree

@geertjanthomas
Copy link
Contributor Author

The change to the minimunDoNetVersion was done to be able to install and run a local build of Polyglot Notebooks in VS Code to verify the fix. It's not strictly becessary for the fix to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[EXTERNAL] Start-Transcript in Powershell .NET Interactive notebook hides future output

1 participant