Add a color scheme test CI for "ISE Nostalgia"
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 42/100
Research direction
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.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- PowerShell
- Stars
- 335
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SublimeText/PowerShell
-
syntax
Difficulty 3/5 1-2 days Newbie friendliness 55/100
SublimeText/PowerShell#218 · 1 comment ·
-
syntax
Difficulty 3/5 1-2 days Newbie friendliness 48/100
SublimeText/PowerShell#211 ·
-
build system
Difficulty 3/5 1-2 days Newbie friendliness 45/100
SublimeText/PowerShell#170 · 8 comments ·
-
build system
Difficulty 4/5 3-5 days Newbie friendliness 25/100
SublimeText/PowerShell#167 · 2 comments ·
-
autocomplete
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
SublimeText/PowerShell#82 · 6 comments ·
All issues in SublimeText/PowerShell
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
vicharanashala/fln#564 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
haskell-actions/setup#152 ·
-
feature-request helm
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gravitational/teleport#69785 ·
-
A cancelled tests run makes the coverage comment workflow fail and reports it as a red check on main Openarea: ci bug perceived difficulty: 3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Nitjsefnie-Harness-Commons/daedalus#921 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
TencentCloud/Octop#1007 ·