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" },