From a5f458e01b2ba4ebdc49a242ae87f91d96ebdd16 Mon Sep 17 00:00:00 2001 From: Josh Parnham Date: Fri, 4 Jan 2019 18:55:34 +1100 Subject: [PATCH 1/3] Update "installation instructions" README link As per https://github.com/PowerShell/PowerShell/pull/8468/files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58523fb922..a0b9623a03 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ that Visual Studio Code provides. - **Linux** with PowerShell Core (all PowerShell-supported distributions) - **macOS and OS X** with PowerShell Core -Read the [installation instructions](https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md) +Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode?view=powershell-6) to get more details on how to use the extension on these platforms. Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for answers to common questions. From 82736eb78d772f672a35fa3f7cf596f298afe89c Mon Sep 17 00:00:00 2001 From: Josh Parnham Date: Fri, 4 Jan 2019 18:55:51 +1100 Subject: [PATCH 2/3] Update "Install from a VSIX" link https://github.com/Microsoft/vscode-docs/commit/9dca51fad2b1aefad5df9b5207f6ce7c381ff197 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b9623a03..754e5e737a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In the Extensions pane, search for "PowerShell" extension and install it there. get notified automatically about any future extension updates! You can also install a VSIX package from our [Releases page](https://github.com/PowerShell/vscode-powershell/releases) by following the -[Install from a VSIX](https://code.visualstudio.com/docs/extensions/install-extension#_install-from-a-vsix) +[Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) instructions. The easiest way is through the command line: ``` From d82c78c3efa0a00c81e106208227678123a86b0a Mon Sep 17 00:00:00 2001 From: Josh Parnham Date: Fri, 4 Jan 2019 19:24:36 +1100 Subject: [PATCH 3/3] Remove redundant query parameter in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754e5e737a..2a666474be 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ that Visual Studio Code provides. - **Linux** with PowerShell Core (all PowerShell-supported distributions) - **macOS and OS X** with PowerShell Core -Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode?view=powershell-6) +Read the [installation instructions](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode) to get more details on how to use the extension on these platforms. Read the [FAQ](https://github.com/PowerShell/vscode-powershell/wiki/FAQ) for answers to common questions.