Add a color scheme test CI for "ISE Nostalgia"
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 42/100
调研方向
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.
由索引模型根据 Issue 内容生成。
描述
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.
- 主要语言
- PowerShell
- 星标
- 335
- 派生
- 80
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
SublimeText/PowerShell 的其他 Issue
-
syntax
难度 3/5 1-2 天 新手友好度 55/100
SublimeText/PowerShell#218 · 1 条评论 ·
-
syntax
难度 3/5 1-2 天 新手友好度 48/100
SublimeText/PowerShell#211 ·
-
build system
难度 3/5 1-2 天 新手友好度 45/100
SublimeText/PowerShell#170 · 8 条评论 ·
-
build system
难度 4/5 3-5 天 新手友好度 25/100
SublimeText/PowerShell#167 · 2 条评论 ·
-
autocomplete
难度 2/5 1-3 小时 新手友好度 35/100
SublimeText/PowerShell#82 · 6 条评论 ·
查看 SublimeText/PowerShell 的全部 Issue
相似的 Issue
-
A cancelled tests run makes the coverage comment workflow fail and reports it as a red check on main 未关闭area: ci bug perceived difficulty: 3
难度 2/5 1-3 小时 新手友好度 78/100
Nitjsefnie-Harness-Commons/daedalus#921 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
crossplane/crossplane#7859 ·
-
Product: Terraform (AVM) Topic: Networking (HS) :globe_with_meridians:
难度 2/5 1-3 小时 新手友好度 88/100
Azure/Azure-Landing-Zones#4282 · 1 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 88/100
-
bug carvel-triage
难度 2/5 1-3 小时 新手友好度 88/100
carvel-dev/kapp-controller#1861 ·