Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 453966e

Browse files
committed
Update readme with config information.
1 parent deed420 commit 453966e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,21 @@ Please open issues on the [PowerShell Universal issue repository](https://github
5050
- PowerShell v5.1 or later
5151
- Modern Web Browser
5252

53+
## Extension Configuration
54+
55+
This extension requires an app token generated in PowerShell Universal before using it. You can do so by navigating to your PowerShell Universal admin console and logging in.
56+
57+
Next, click your user name in the top right corner and select Tokens. Create a new token with the role you wish to grant to the token. Tokens with the Administrator role will have access to all features of the platform. Once created, copy the contents of the token.
58+
59+
Within Visual Studio Code, open the command palette (Ctrl+Shift+P) and type "Preferences: Open Settings (UI)". Search for PowerShell Universal and fill in the following values:
60+
61+
- App Token - The contents of the token you created in PowerShell Universal.
62+
- URL - The URL to your PowerShell Universal server (e.g. http://localhost:5000)
63+
64+
Once connected, click the PowerShell Universal icon in the Activity Bar on the left side of the window. You can now start using the extension.
65+
66+
For more information, visit the [PowerShell Universal documentation](https://docs.powershelluniversal.com/development/visual-studio-code-extension).
67+
5368
## Extension Settings
5469

5570
This extension contributes the following settings:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "PowerShell Universal",
44
"description": "Visual Studio Code tools for PowerShell Universal",
55
"publisher": "ironmansoftware",
6-
"version": "5.6.1",
6+
"version": "5.6.2",
77
"engines": {
88
"vscode": "^1.72.0"
99
},

0 commit comments

Comments
 (0)