Skip to content

Commit 5a07320

Browse files
committed
Mention ISE theme in readme
1 parent 0b8afd0 commit 5a07320

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ This leverages the
1616
[Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
1717
where `PowerShellEditorServices` is the server and `vscode-powershell` is the client.
1818

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+
1924
## Platform support
2025

2126
- **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
2530
Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode)
2631
to get more details on how to use the extension on these platforms.
2732

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.
2934

3035
## Features
3136

@@ -38,18 +43,20 @@ Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for ans
3843
- Document and workspace symbol discovery
3944
- Run selected selection of PowerShell code using <kbd>F8</kbd>
4045
- 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
4249

4350
## Installing the Extension
4451

4552
You can install the official release of the PowerShell extension by following the steps
4653
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
4855
get notified automatically about any future extension updates!
4956

5057
You can also install a VSIX package from our [Releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the
5158
[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:
5360

5461
```powershell
5562
code --install-extension PowerShell-<version>.vsix

0 commit comments

Comments
 (0)