Add a color scheme test CI for "ISE Nostalgia"
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 42/100
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
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
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di SublimeText/PowerShell
-
syntax
Difficoltà 3/5 1-2 giorni Idoneità per principianti 55/100
SublimeText/PowerShell#218 · 1 commento ·
-
syntax
Difficoltà 3/5 1-2 giorni Idoneità per principianti 48/100
SublimeText/PowerShell#211 ·
-
build system
Difficoltà 3/5 1-2 giorni Idoneità per principianti 45/100
SublimeText/PowerShell#170 · 8 commenti ·
-
build system
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
SublimeText/PowerShell#167 · 2 commenti ·
-
autocomplete
Difficoltà 2/5 1-3 ore Idoneità per principianti 35/100
SublimeText/PowerShell#82 · 6 commenti ·
Tutte le issue di SublimeText/PowerShell
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
Azure/azure-functions-docker#1257 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 75/100
conda-forge/vowpalwabbit-feedstock#104 · 1 commento · 1 reazione ·
-
Add 4.2.2 Kafka version Apertagood-start
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
deploy.sh hardcodes --dest while components.conf advertises WITH_PROXY_CA_BUNDLE as env-overridable Apertaarea:proxy bug security severity:low track:open-source
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
components-web-app/docs#73 ·