Skip to content

Commit 96348ba

Browse files
author
Eric Wheeler
committed
docs: add PowerShell execution policy step
Add a required step for Windows users to configure PowerShell execution policy before shell integration will work. Include link to detailed instructions in the Understanding PowerShell Execution Policies section. Signed-off-by: Eric Wheeler <[email protected]>
1 parent 6cbcb17 commit 96348ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/troubleshooting/shell-integration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ First, make sure you're using the latest version of VSCode or Cursor:
8080
3. Type "Terminal: Select Default Profile" and choose it
8181
4. Select one of the supported shells: zsh, bash, fish, or PowerShell.
8282

83-
### Step 3: Restart VSCode
83+
### Step 3: Configure PowerShell Execution Policy (Windows)
84+
85+
Windows users **must** configure PowerShell execution policy before shell integration will work. Follow the instructions in the [Understanding PowerShell Execution Policies](#understanding-powershell-execution-policies) section to set up `RemoteSigned` policy, or another policy that works for you and meets your security requirements.
86+
87+
### Step 4: Restart VSCode
8488

8589
After making these changes:
8690

0 commit comments

Comments
 (0)