|
1 |
| -# |
2 |
| -# Module manifest for module 'PowerShellEditorServices.VSCode' |
3 |
| -# |
4 |
| -# Generated by: daviwil |
5 |
| -# |
6 |
| -# Generated on: 6/16/2017 |
7 |
| -# |
8 |
| - |
9 |
| -@{ |
10 |
| - |
11 |
| -# Script module or binary module file associated with this manifest. |
12 |
| -RootModule = 'PowerShellEditorServices.VSCode.psm1' |
13 |
| - |
14 |
| -# Version number of this module. |
15 |
| -ModuleVersion = '0.1.0' |
16 |
| - |
17 |
| -# Supported PSEditions |
18 |
| -# CompatiblePSEditions = @() |
19 |
| - |
20 |
| -# ID used to uniquely identify this module |
21 |
| -GUID = '8794484f-cfc3-40f1-b88f-a934f403e679' |
22 |
| - |
23 |
| -# Author of this module |
24 |
| -Author = 'Microsoft' |
25 |
| - |
26 |
| -# Company or vendor of this module |
27 |
| -CompanyName = 'Microsoft' |
28 |
| - |
29 |
| -# Copyright statement for this module |
30 |
| -Copyright = '(c) 2017 Microsoft. All rights reserved.' |
31 |
| - |
32 |
| -# Description of the functionality provided by this module |
33 |
| -Description = 'Provides added functionality to PowerShell Editor Services for the Visual Studio Code editor.' |
34 |
| - |
35 |
| -# Minimum version of the Windows PowerShell engine required by this module |
36 |
| -# PowerShellVersion = '' |
37 |
| - |
38 |
| -# Name of the Windows PowerShell host required by this module |
39 |
| -# PowerShellHostName = '' |
40 |
| - |
41 |
| -# Minimum version of the Windows PowerShell host required by this module |
42 |
| -# PowerShellHostVersion = '' |
43 |
| - |
44 |
| -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 |
| -# DotNetFrameworkVersion = '' |
46 |
| - |
47 |
| -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 |
| -# CLRVersion = '' |
49 |
| - |
50 |
| -# Processor architecture (None, X86, Amd64) required by this module |
51 |
| -# ProcessorArchitecture = '' |
52 |
| - |
53 |
| -# Modules that must be imported into the global environment prior to importing this module |
54 |
| -# RequiredModules = @() |
55 |
| - |
56 |
| -# Assemblies that must be loaded prior to importing this module |
57 |
| -# RequiredAssemblies = @() |
58 |
| - |
59 |
| -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
60 |
| -# ScriptsToProcess = @() |
61 |
| - |
62 |
| -# Type files (.ps1xml) to be loaded when importing this module |
63 |
| -# TypesToProcess = @() |
64 |
| - |
65 |
| -# Format files (.ps1xml) to be loaded when importing this module |
66 |
| -# FormatsToProcess = @() |
67 |
| - |
68 |
| -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
69 |
| -# NestedModules = @() |
70 |
| - |
71 |
| -# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
72 |
| -FunctionsToExport = @() |
73 |
| - |
74 |
| -# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
75 |
| -CmdletsToExport = @() |
76 |
| - |
77 |
| -# Variables to export from this module |
78 |
| -VariablesToExport = '*' |
79 |
| - |
80 |
| -# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
81 |
| -AliasesToExport = @() |
82 |
| - |
83 |
| -# DSC resources to export from this module |
84 |
| -# DscResourcesToExport = @() |
85 |
| - |
86 |
| -# List of all modules packaged with this module |
87 |
| -# ModuleList = @() |
88 |
| - |
89 |
| -# List of all files packaged with this module |
90 |
| -# FileList = @() |
91 |
| - |
92 |
| -# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
93 |
| -PrivateData = @{ |
94 |
| - |
95 |
| - PSData = @{ |
96 |
| - |
97 |
| - # Tags applied to this module. These help with module discovery in online galleries. |
98 |
| - # Tags = @() |
99 |
| - |
100 |
| - # A URL to the license for this module. |
101 |
| - LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/master/LICENSE' |
102 |
| - |
103 |
| - # A URL to the main website for this project. |
104 |
| - ProjectUri = 'https://github.com/PowerShell/PowerShellEditorServices' |
105 |
| - |
106 |
| - # A URL to an icon representing this module. |
107 |
| - # IconUri = '' |
108 |
| - |
109 |
| - # ReleaseNotes of this module |
110 |
| - # ReleaseNotes = '' |
111 |
| - |
112 |
| - } # End of PSData hashtable |
113 |
| - |
114 |
| -} # End of PrivateData hashtable |
115 |
| - |
116 |
| -# HelpInfo URI of this module |
117 |
| -# HelpInfoURI = '' |
118 |
| - |
119 |
| -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
120 |
| -# DefaultCommandPrefix = '' |
121 |
| - |
122 |
| -} |
| 1 | +# |
| 2 | +# Module manifest for module 'PowerShellEditorServices.VSCode' |
| 3 | +# |
| 4 | +# Generated by: daviwil |
| 5 | +# |
| 6 | +# Generated on: 6/16/2017 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = 'PowerShellEditorServices.VSCode.psm1' |
| 13 | + |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '0.1.0' |
| 16 | + |
| 17 | +# Supported PSEditions |
| 18 | +# CompatiblePSEditions = @() |
| 19 | + |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = '8794484f-cfc3-40f1-b88f-a934f403e679' |
| 22 | + |
| 23 | +# Author of this module |
| 24 | +Author = 'Microsoft' |
| 25 | + |
| 26 | +# Company or vendor of this module |
| 27 | +CompanyName = 'Microsoft' |
| 28 | + |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = '(c) 2017 Microsoft. All rights reserved.' |
| 31 | + |
| 32 | +# Description of the functionality provided by this module |
| 33 | +Description = 'Provides added functionality to PowerShell Editor Services for the Visual Studio Code editor.' |
| 34 | + |
| 35 | +# Minimum version of the Windows PowerShell engine required by this module |
| 36 | +# PowerShellVersion = '' |
| 37 | + |
| 38 | +# Name of the Windows PowerShell host required by this module |
| 39 | +# PowerShellHostName = '' |
| 40 | + |
| 41 | +# Minimum version of the Windows PowerShell host required by this module |
| 42 | +# PowerShellHostVersion = '' |
| 43 | + |
| 44 | +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | +# DotNetFrameworkVersion = '' |
| 46 | + |
| 47 | +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | +# CLRVersion = '' |
| 49 | + |
| 50 | +# Processor architecture (None, X86, Amd64) required by this module |
| 51 | +# ProcessorArchitecture = '' |
| 52 | + |
| 53 | +# Modules that must be imported into the global environment prior to importing this module |
| 54 | +# RequiredModules = @() |
| 55 | + |
| 56 | +# Assemblies that must be loaded prior to importing this module |
| 57 | +# RequiredAssemblies = @() |
| 58 | + |
| 59 | +# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 60 | +# ScriptsToProcess = @() |
| 61 | + |
| 62 | +# Type files (.ps1xml) to be loaded when importing this module |
| 63 | +# TypesToProcess = @() |
| 64 | + |
| 65 | +# Format files (.ps1xml) to be loaded when importing this module |
| 66 | +# FormatsToProcess = @() |
| 67 | + |
| 68 | +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 69 | +# NestedModules = @() |
| 70 | + |
| 71 | +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
| 72 | +FunctionsToExport = @('New-VSCodeHtmlContentView', |
| 73 | + 'Show-VSCodeHtmlContentView', |
| 74 | + 'Close-VSCodeHtmlContentView', |
| 75 | + 'Set-VSCodeHtmlContentView', |
| 76 | + 'Write-VSCodeHtmlContentView') |
| 77 | + |
| 78 | +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
| 79 | +CmdletsToExport = @() |
| 80 | + |
| 81 | +# Variables to export from this module |
| 82 | +VariablesToExport = '*' |
| 83 | + |
| 84 | +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
| 85 | +AliasesToExport = @() |
| 86 | + |
| 87 | +# DSC resources to export from this module |
| 88 | +# DscResourcesToExport = @() |
| 89 | + |
| 90 | +# List of all modules packaged with this module |
| 91 | +# ModuleList = @() |
| 92 | + |
| 93 | +# List of all files packaged with this module |
| 94 | +# FileList = @() |
| 95 | + |
| 96 | +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 97 | +PrivateData = @{ |
| 98 | + |
| 99 | + PSData = @{ |
| 100 | + |
| 101 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 102 | + # Tags = @() |
| 103 | + |
| 104 | + # A URL to the license for this module. |
| 105 | + LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/master/LICENSE' |
| 106 | + |
| 107 | + # A URL to the main website for this project. |
| 108 | + ProjectUri = 'https://github.com/PowerShell/PowerShellEditorServices' |
| 109 | + |
| 110 | + # A URL to an icon representing this module. |
| 111 | + # IconUri = '' |
| 112 | + |
| 113 | + # ReleaseNotes of this module |
| 114 | + # ReleaseNotes = '' |
| 115 | + |
| 116 | + } # End of PSData hashtable |
| 117 | + |
| 118 | +} # End of PrivateData hashtable |
| 119 | + |
| 120 | +# HelpInfo URI of this module |
| 121 | +# HelpInfoURI = '' |
| 122 | + |
| 123 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 124 | +# DefaultCommandPrefix = '' |
| 125 | + |
| 126 | +} |
0 commit comments