We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2ea7b commit 04c5d42Copy full SHA for 04c5d42
scripts/Install-VSCode.ps1
@@ -1,3 +1,33 @@
1
+<#PSScriptInfo
2
+
3
+.VERSION 1.0
4
5
+.GUID 539e5585-7a02-4dd6-b9a6-5dd288d0a5d0
6
7
+.AUTHOR Microsoft
8
9
+.COMPANYNAME Microsoft Corporation
10
11
+.COPYRIGHT (c) Microsoft Corporation
12
13
+.TAGS install vscode installer
14
15
+.LICENSEURI https://github.com/PowerShell/vscode-powershell/blob/develop/LICENSE.txt
16
17
+.PROJECTURI https://github.com/PowerShell/vscode-powershell/blob/develop/scripts/Install-VSCode.ps1
18
19
+.ICONURI
20
21
+.EXTERNALMODULEDEPENDENCIES
22
23
+.REQUIREDSCRIPTS
24
25
+.EXTERNALSCRIPTDEPENDENCIES
26
27
+.RELEASENOTES
28
+ Initial release.
29
+#>
30
31
<#
32
.SYNOPSIS
33
Installs Visual Studio Code, the PowerShell extension, and optionally
0 commit comments