You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+11-17
Original file line number
Diff line number
Diff line change
@@ -39,19 +39,18 @@ and you can ask for new features [in their repository](https://github.com/Micros
39
39
This is expected until VSCode offers extension channels - [vscode#15756](https://github.com/Microsoft/vscode/issues/15756)
40
40
- You MUST [DISABLE](https://code.visualstudio.com/docs/editor/extension-gallery#_disable-an-extension) one of them for the best performance.
41
41
Docs on how to disable an extension can be found [here](https://code.visualstudio.com/docs/editor/extension-gallery#_disable-an-extension)
42
-
- Highlighting/completions/command history don't work as I expect in the
43
-
Integrated Console - [#535]
44
-
- The Integrated Console implements a [custom host]
45
-
to work with VSCode, meaning that functionality could be different than that of the regular host in the PowerShell Console
46
-
-[PSReadLine] (the module providing these features in regular PowerShell) is available in the PowerShell Preview Extension, helping to bridge this gap
47
-
- Making PSReadline fully available is being actively worked on.
48
-
- Command history is not preserved when debugging in the Integrated Console -
49
-
[#550]
50
-
- This feature is also provided by [PSReadLine].
51
-
- Intellisense is slow - [#647]
42
+
- "The Language Service could not be started" but it does start with the x86 version of PowerShell
43
+
- Do you use Avecto/BeyondSoft?
44
+
We've received reports that Avecto, BeyondSoft
45
+
and other privilege management software
46
+
dramatically slow down the start up of Windows PowerShell x64.
47
+
Please give the privilege management software feedback.
48
+
For some,
49
+
[updating to the latest version has fixed the issue](https://github.com/PowerShell/vscode-powershell/issues/2526#issuecomment-638329157).
50
+
- Intellisense is slow
52
51
- This is a known issue that we've been chipping away at. There doesn't seem
53
52
to be any one performance drain, but we've been trying to incrementally
54
-
improve performance bit-by-bit everywhere.
53
+
improve performance bit-by-bit everywhere. Currently we are focusing on [this issue](https://github.com/PowerShell/PowerShellEditorServices/issues/1295).
55
54
- Variable renaming doesn't work properly - [#261]
56
55
- PowerShell's usage of [dynamic scope] rather than [lexical scope]
57
56
makes it [formally undecidable] to statically rename variables correctly
@@ -66,16 +65,11 @@ and you can ask for new features [in their repository](https://github.com/Micros
66
65
- Check that the dialog hasn't opened behind VSCode. This is a known
67
66
[VSCode issue].
68
67
- PowerShell classes don't have proper reference/symbol support - [#3]
69
-
- To maintain compatibility with PowerShell v3/v4 we use an older
70
-
PowerShell parsing API that does not support classes. A future version
71
-
of the [PowerShell Extension][will break this compatibility] to support
72
-
classes, among other things.
68
+
- One of the blockers for this was that we still supported Windows PowerShell v3 and v4. However, we don't support v3 and v4 anymore so we can do this work but it's not on the roadmap at this time.
73
69
- Document formatting takes a long time - [#984]
74
70
- Document formatting is provided by [PSScriptAnalyzer], but there
75
71
may be opportunities to improve our integration with it in the
76
72
[PowerShell Extension] too.
77
-
-`Write-Progress` doesn't output to the console - [#140]
78
-
-`Write-Progress` is available in the PowerShell Preview Extension
0 commit comments