Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Add a color scheme test CI for "ISE Nostalgia"

Aperta
#226 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
42/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Tranquilla
Stack tecnologico
powershell
Ambito
ci-cd, testing, tooling

Direzione di ricerca

Start by investigating the SublimeText/UnitTesting functionality mentioned in the issue and how color schemes or syntax scopes are currently tested. Define an automated regression test for the ISE Nostalgia colors using the PowerShell examples shown; done means the test runs in CI and detects unintended scope or color changes.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

tooling

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 2cb109eedb914e3ea898b3c12c598c1d0a823c40.

# 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.

Lingua principale
PowerShell
Stelle
335
Fork
80
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di SublimeText/PowerShell

Tutte le issue di SublimeText/PowerShell

Issue simili

Altre issue su DevOps

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.