I re-built the ISE Nostalgia color scheme by searching for screenshots online. This is the content I managed to come up with as of 2cb109e.
# Login to your tenant
Add-PowerAppsAccount
$requestBody = @{
disableSurveyFeedback = $true
}
Set-TenantSettings -RequestBody $requestBody
$psISE.CurrentPowerShellTab.Clear()
function New-OutOfProcRunspace {
param(
$ProcessID,
[Parameter(Position=0,ValueFromPipeline=$True)]
[string]$Computername=$env:COMPUTERNAME
)
$ci = New-Object -TypeName System.Management.Automation -ArgumentList @($ProcessID)
$tt = [System.Management.Automation.Runspaces.RunspaceFactory]::CreateRunspace($ci)
}
$foo -eq 4
Write-Host "Found $($s.count) ser`vices"
foreach ($server in $Servers) {
$apps[$ID]
}
I know there's some functionality for SublimeText/UnitTesting to be able to run automated tests as scopes change to regression test the colors, but I haven't really looked into it. If someone wants to figure that out, be my guest.
I re-built the ISE Nostalgia color scheme by searching for screenshots online. This is the content I managed to come up with as of 2cb109e.
I know there's some functionality for SublimeText/UnitTesting to be able to run automated tests as scopes change to regression test the colors, but I haven't really looked into it. If someone wants to figure that out, be my guest.