Product: PowerShell Universal
Version: 1.5.14
@adam I couldn’t find any info on this anywhere in the docs (actually I’ve found that it’s tough to find info in the docs regarding most of the backend sort of things – though I sort of write that off as ‘this is supposed to be a UI heavy system’
Are Variables (Environment or otherwise) supported in the settings.ps1 files? (Such as Environments.ps1, scripts.ps1, etc…)?
IE:
New-PSUEnvironment -Name "Desktop" -Path "powershell.exe" -Variables @('*') -Modules @("${TestVariable}\TestModule\TestModule.psd1")