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
+19-3
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,20 @@ Instead syntax highlighting for VSCode, Atom, SublimeText and even GitHub is
16
16
provided by the [Editor Syntax] repository on GitHub. Please open any
17
17
[syntax highlighting issues there].
18
18
19
+
However, with the introduction of [Semantic Highlighting] in [v2021.2.2], the
20
+
chosen colors may be different because this is applied at a layer above [Editor
21
+
Syntax]. To disable semantic highlighting and so restore the colors as they
22
+
were, set:
23
+
24
+
```json
25
+
"[powershell]": {
26
+
"editor.semanticHighlighting.enabled": false
27
+
}
28
+
```
29
+
30
+
If you leave it enabled, you can customize the colors used for the various
31
+
tokens. See [#3221] for more info and to leave suggestions.
32
+
19
33
## VSCode is not working like the ISE
20
34
21
35
The PowerShell extension does not aim to perfectly recreate
@@ -31,7 +45,6 @@ VSCode itself and can't be changed by the extension.
31
45
The VSCode maintainers are quite reasonable though,
32
46
and you can ask for new features [in their repository](https://github.com/Microsoft/vscode).
33
47
34
-
35
48
## Known Issues in the Extension
36
49
37
50
- If you are running the Preview version "PowerShell Preview" side-by-side with the stable version "PowerShell"
@@ -47,7 +60,7 @@ and you can ask for new features [in their repository](https://github.com/Micros
47
60
Please give the privilege management software feedback.
48
61
For some,
49
62
[updating to the latest version has fixed the issue](https://github.com/PowerShell/vscode-powershell/issues/2526#issuecomment-638329157).
50
-
-Intellisense is slow
63
+
-IntelliSense is slow
51
64
- This is a known issue that we've been chipping away at. There doesn't seem
52
65
to be any one performance drain, but we've been trying to incrementally
53
66
improve performance bit-by-bit everywhere. Currently we are focusing on [this issue](https://github.com/PowerShell/PowerShellEditorServices/issues/1295).
@@ -332,7 +345,9 @@ an issue on GitHub is appropriate.
332
345
[open an issue on us on GitHub]: https://github.com/PowerShell/vscode-powershell/issues/new/choose
0 commit comments