diff --git a/README.md b/README.md index 572c74d..0fac58d 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,4 @@ This extension contributes the following settings: * `powershellUniversal.url`: The URL to your PowerShell Universal server. * `powershellUniversal.localEditing`: Whether to edit local configuration files or using the REST API * `powershellUniversal.connections`: An array of connections. +* `powershellUniversal.checkModules`: Ensure that the latest version of the PowerShell Universal module is installed. diff --git a/images/connect.png b/images/connect.png index da3c180..0798b29 100644 Binary files a/images/connect.png and b/images/connect.png differ diff --git a/images/dashboards.png b/images/dashboards.png index 99bbb39..ff44276 100644 Binary files a/images/dashboards.png and b/images/dashboards.png differ diff --git a/images/splash.png b/images/splash.png index db9e0fc..29bb0d9 100644 Binary files a/images/splash.png and b/images/splash.png differ diff --git a/package.json b/package.json index 0dfe899..caaa49e 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.0", + "version": "5.6.1", "engines": { "vscode": "^1.72.0" }, diff --git a/walkthroughs/getting-started/1-install.md b/walkthroughs/getting-started/1-install.md index 696ee3a..7953516 100644 --- a/walkthroughs/getting-started/1-install.md +++ b/walkthroughs/getting-started/1-install.md @@ -7,4 +7,4 @@ PowerShell Universal is a single pane of glass for managing your automation environment. The server is cross-platform. You can install it by using PowerShell, using a Windows MSI, with Chocolatey, or run as a Docker container. -[Download](https://ironmansoftware.com/powershell-universal/downloads) | [💡Learn More About Installing PowerShell Universal](https://docs.powershelluniversal.com/getting-started) \ No newline at end of file +[Download](https://powershelluniversal.com/downloads) | [💡Learn More About Installing PowerShell Universal](https://docs.powershelluniversal.com/getting-started) \ No newline at end of file diff --git a/walkthroughs/getting-started/3-connect.md b/walkthroughs/getting-started/3-connect.md index 4c246e2..16a0760 100644 --- a/walkthroughs/getting-started/3-connect.md +++ b/walkthroughs/getting-started/3-connect.md @@ -1,9 +1,9 @@ ## Connect Visual Studio Code -The PowerShell Universal Visual Studio Code extension requires connection information to login to your PowerShell Universal instance. Once logged into PowerShell Universal, click Settings \ Configurations and then Edit with VS Code. You'll be prompted and VS Code will be configured automatically. +The PowerShell Universal Visual Studio Code extension requires connection information to login to your PowerShell Universal instance. Once logged into PowerShell Universal, click Settings \ Files and then Edit with VS Code. You'll be prompted and VS Code will be configured automatically.

PowerShell Universal

-[💡 Settings \ Configurations](http://localhost:5000) \ No newline at end of file +[💡 Settings \ Files](http://localhost:5000/admin/settings/files) \ No newline at end of file