File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
This document contains troubleshooting steps for commonly reported issues when using the
4
4
PowerShell extension for Visual Studio Code.
5
5
6
+ ## Windows
7
+
8
+ ### 1. IntelliSense is extremely slow on PowerShell 5.0
9
+
10
+ There is a known issue with PowerShell 5.0 which, for a small number of users, causes IntelliSense
11
+ (code completions) to return after 5-15 seconds. The following steps * might* resolve the issue for you:
12
+
13
+ 1 . In a PowerShell console, run the following command: ` Remove-Item -Force -Recurse $env:LOCALAPPDATA\Microsoft\Windows\PowerShell\CommandAnalysis `
14
+ 2 . Restart Visual Studio Code and try getting IntelliSense again.
15
+
16
+ This issue has been resolved in PowerShell 5.1.
17
+
6
18
## macOS (OS X)
7
19
8
20
### 1. PowerShell IntelliSense does not work, can't debug scripts
You can’t perform that action at this time.
0 commit comments