File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
- Please fill in these details so that we can help you!
3
+ BEFORE SUBMITTING A NEW ISSUE, PLEASE READ THE FAQ!!
4
+ https://github.com/PowerShell/vscode-powershell/wiki/FAQ
4
5
5
- If you are filing an issue related to PowerShell syntax coloring/highlighting,
6
- please file it at the EditorSyntax repo:
6
+ If your issue is not addressed by the FAQ, please
7
+ fill in the following details so that we can help you!
7
8
8
- https://github.com/PowerShell/EditorSyntax/issues
9
+ The more repro details you can provide, along with a zip
10
+ of the log files from your session, the better the chances
11
+ are for a quick resolution.
9
12
10
13
-->
11
14
@@ -17,7 +20,7 @@ https://github.com/PowerShell/EditorSyntax/issues
17
20
- Output from ` $PSVersionTable ` :
18
21
19
22
```
20
- Copy / paste the below commands into the PowerShell Integrated Terminal , and paste the output here
23
+ Copy / paste the following commands into the PowerShell Integrated Console , and paste the output here:
21
24
22
25
code -v
23
26
$pseditor.EditorServicesVersion
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ that Visual Studio Code provides.
19
19
Read the [ installation instructions] ( https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md )
20
20
to get more details on how to use the extension on these platforms.
21
21
22
+ Read the [ FAQ] ( https://github.com/PowerShell/vscode-powershell/wiki/FAQ ) for answers to common questions.
23
+
22
24
## Features
23
25
24
26
- Syntax highlighting
You can’t perform that action at this time.
0 commit comments