diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/troubleshooting.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 57b465e8..53cec3e4 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -6,9 +6,7 @@ The Continue VS Code extension is currently in beta. It will attempt to start th In order to activate the Continue virtual environment, you must enable running scripts in PowerShell. In this case, the following error will appear in the console: -``` -A Python virtual enviroment cannot be activated because running scripts is disabled for this user. In order to use Continue, please enable signed scripts to run with this command in PowerShell: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`, reload VS Code, and then try again. -``` +> A Python virtual enviroment cannot be activated because running scripts is disabled for this user. In order to use Continue, please enable signed scripts to run with this command in PowerShell: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`, reload VS Code, and then try again. Please open PowerShell, run the command (`Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`), and reload VS Code. |