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: README.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ This leverages the
16
16
[Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
17
17
where `PowerShellEditorServices` is the server and `vscode-powershell` is the client.
18
18
19
+
Also included in this extension is the PowerShell ISE theme for Visual Studio Code. It is
20
+
not activated by default, but after installing this extension either click "Set Color
21
+
Theme" or use the [theme picker](https://code.visualstudio.com/docs/getstarted/themes) and
22
+
select "PowerShell ISE" for a fun and familiar experience.
23
+
19
24
## Platform support
20
25
21
26
-**Windows 7 through 10** with Windows PowerShell v3 and higher, and PowerShell Core
@@ -25,7 +30,7 @@ where `PowerShellEditorServices` is the server and `vscode-powershell` is the cl
25
30
Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode)
26
31
to get more details on how to use the extension on these platforms.
27
32
28
-
Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for answers to common questions.
33
+
Read the [troubleshooting guide](./docs/troubleshooting.md) for answers to common questions.
29
34
30
35
## Features
31
36
@@ -38,18 +43,20 @@ Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for ans
38
43
- Document and workspace symbol discovery
39
44
- Run selected selection of PowerShell code using <kbd>F8</kbd>
40
45
- Launch online help for the symbol under the cursor using <kbd>Ctrl</kbd>+<kbd>F1</kbd>
41
-
- Local script debugging and basic interactive console support!
46
+
- Local script debugging
47
+
- Integrated console support
48
+
- PowerShell ISE color theme
42
49
43
50
## Installing the Extension
44
51
45
52
You can install the official release of the PowerShell extension by following the steps
46
53
in the [Visual Studio Code documentation](https://code.visualstudio.com/docs/editor/extension-gallery).
47
-
In the Extensions pane, search for "PowerShell" extension and install it there. You will
54
+
In the Extensions pane, search for "PowerShell" extension and install it there. You will
48
55
get notified automatically about any future extension updates!
49
56
50
57
You can also install a VSIX package from our [Releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the
51
58
[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix)
52
-
instructions. The easiest way is through the command line:
59
+
instructions. The easiest way is through the command line:
0 commit comments