File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ You can also install a VSIX package from our [Releases page](https://github.com/
42
42
[ Install from a VSIX] ( https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix )
43
43
instructions. The easiest way is through the command line:
44
44
45
- ```
45
+ ``` powershell
46
46
code --install-extension PowerShell-<version>.vsix
47
47
```
48
48
@@ -63,11 +63,11 @@ the `Install-Script` command.
63
63
64
64
** Alternatively** you can download and execute the script directly from the web
65
65
without the use of ` Install-Script ` . However we ** highly recommend** that you
66
- [ read the script] ( https://github. com/PowerShell/vscode-powershell/blob/develop /scripts/Install-VSCode.ps1 )
66
+ [ read the script] ( https://raw.githubusercontent. com/PowerShell/vscode-powershell/master /scripts/Install-VSCode.ps1 )
67
67
first before running it in this way!
68
68
69
69
``` powershell
70
- iex (iwr https://git.io/vbxjj )
70
+ iex (iwr https://raw.githubusercontent.com/PowerShell/vscode-powershell/master/scripts/Install-VSCode.ps1 )
71
71
```
72
72
73
73
## Reporting Problems
You can’t perform that action at this time.
0 commit comments