Skip to content

Commit 04c5d42

Browse files
committed
Update Install-VSCode.ps1 with PS Gallery script details
1 parent fc2ea7b commit 04c5d42

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

scripts/Install-VSCode.ps1

+30
Original file line numberDiff line numberDiff line change
@@ -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+
131
<#
232
.SYNOPSIS
333
Installs Visual Studio Code, the PowerShell extension, and optionally

0 commit comments

Comments
 (0)