From 453966e4f7d7e9c44d9ea9929ec2a8bb06359500 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Wed, 3 Sep 2025 14:22:41 -0500 Subject: [PATCH] Update readme with config information. --- README.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fac58d..1fb7c83 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,21 @@ Please open issues on the [PowerShell Universal issue repository](https://github - PowerShell v5.1 or later - Modern Web Browser +## Extension Configuration + +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. + +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. + +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: + +- App Token - The contents of the token you created in PowerShell Universal. +- URL - The URL to your PowerShell Universal server (e.g. http://localhost:5000) + +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. + +For more information, visit the [PowerShell Universal documentation](https://docs.powershelluniversal.com/development/visual-studio-code-extension). + ## Extension Settings This extension contributes the following settings: diff --git a/package.json b/package.json index debf7e8..8a34a0b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "PowerShell Universal", "description": "Visual Studio Code tools for PowerShell Universal", "publisher": "ironmansoftware", - "version": "5.6.1", + "version": "5.6.2", "engines": { "vscode": "^1.72.0" },