Skip to content

Commit 80ab755

Browse files
Merge pull request #3333 from PowerShell/andschwa/contact
Update troubleshooting and contacts
2 parents 44d8f40 + f8ebd47 commit 80ab755

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Editor Syntax Colorization bug report 🌈
4-
url: https://github.com/PowerShell/EditorSyntax/issues/new
5-
about: Editor syntax colorization bugs are tracked in a separate GitHub repo.
6-
- name: Script analysis or formatting bug report 🚦🖌️
7-
url: https://github.com/PowerShell/PSScriptAnalyzer/issues/new/choose
8-
about: Script analysis and formatting are provided by PSScriptAnalyzer. Before submitting an issue, check to see whether the issue lies with PSScriptAnalyzer or with the VSCode PowerShell extension.
9-
- name: General question?
10-
url: https://aka.ms/psdiscord
11-
about: "You can also ask general Visual Studio Code questions in the #vscode channel of the PowerShell community Discord. Slack is also available at https://aka.ms/psslack"
3+
- name: 🙋 Ask a question
4+
url: https://aka.ms/powershell-vscode-discord
5+
about: "Find us in #vscode on the PowerShell Community Discord"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://dev.azure.com/powershell/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=master)](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=master)
44
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
55
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
6-
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/psdiscord)
6+
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
77
[![Join the chat at https://gitter.im/PowerShell/vscode-powershell](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode).

docs/troubleshooting.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ Instead syntax highlighting for VSCode, Atom, SublimeText and even GitHub is
1616
provided by the [Editor Syntax] repository on GitHub. Please open any
1717
[syntax highlighting issues there].
1818

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+
1933
## VSCode is not working like the ISE
2034

2135
The PowerShell extension does not aim to perfectly recreate
@@ -31,7 +45,6 @@ VSCode itself and can't be changed by the extension.
3145
The VSCode maintainers are quite reasonable though,
3246
and you can ask for new features [in their repository](https://github.com/Microsoft/vscode).
3347

34-
3548
## Known Issues in the Extension
3649

3750
- 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
4760
Please give the privilege management software feedback.
4861
For some,
4962
[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
5164
- This is a known issue that we've been chipping away at. There doesn't seem
5265
to be any one performance drain, but we've been trying to incrementally
5366
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.
332345
[open an issue on us on GitHub]: https://github.com/PowerShell/vscode-powershell/issues/new/choose
333346
[Reporting Problems]: ../README.md#reporting-problems
334347
[syntax highlighting issues there]: https://github.com/PowerShell/EditorSyntax/issues/new
335-
[tackling an issue]:./development.md
348+
[semantic highlighting]: https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide
349+
[tackling an issue]: ./development.md
350+
[v2021.2.2]: https://github.com/PowerShell/vscode-powershell/releases/tag/v2021.2.2
336351
[VSCode issue]: https://github.com/Microsoft/vscode/issues/42356
337352
[VSCode Settings]: https://code.visualstudio.com/docs/getstarted/settings
338353
[will break this compatibility]: https://github.com/PowerShell/vscode-powershell/issues/1310
@@ -350,3 +365,4 @@ an issue on GitHub is appropriate.
350365
[#550]: https://github.com/PowerShell/vscode-powershell/issues/550
351366
[#647]: https://github.com/PowerShell/vscode-powershell/issues/647
352367
[#984]: https://github.com/PowerShell/vscode-powershell/issues/984
368+
[#3221]: https://github.com/PowerShell/vscode-powershell/issues/3221#issuecomment-810563456

0 commit comments

Comments
 (0)