summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-31 15:00:31 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-31 15:00:31 -0700
commit275a03b7f1e32f57bd68e501074aa80e0dbed40f (patch)
tree9485ed7076d756c2a87c52c2105b20400c37c366 /docs
parent2e6d6570b5370b1eb32dd633f8909173662af7d1 (diff)
downloadsncontinue-275a03b7f1e32f57bd68e501074aa80e0dbed40f.tar.gz
sncontinue-275a03b7f1e32f57bd68e501074aa80e0dbed40f.tar.bz2
sncontinue-275a03b7f1e32f57bd68e501074aa80e0dbed40f.zip
fix: :memo: small fix in troubleshooting.md
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/troubleshooting.md4
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.