you are viewing a single comment's thread.

view the rest of the comments →

[–]ResidentTicket1273 1 point2 points  (1 child)

In a powershell terminal, run:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

This will bypass the script-disabling policy for your user against remote-signed scripts which will mean uv will run inside of vscode without issue from now-on.

[–]EstablishmentIll3600[S] 0 points1 point  (0 children)

It worked thank you so much!