PowerShellProTools.VSCode.psd1

@{
    RootModule = 'PowerShellProTools.VSCode.psm1'
    ModuleVersion = '2024.12.0'
    GUID = '6445e5c3-d794-4af8-82a4-7ee94e0d4f1b'
    Author = 'Ironman Software'
    CompanyName = 'Ironman Software'
    Copyright = '(c) Ironman Software. All rights reserved.'
    FunctionsToExport = '*'
    CmdletsToExport = '*'
    VariablesToExport = '*'
    AliasesToExport = '*'
    PrivateData = @{
        PSData = @{
        }
    }
}