412 B
412 B
id, title, tags, daily
| id | title | tags | daily | ||
|---|---|---|---|---|---|
| 2026-02-10T07:47:33-0500 | 2026-02-10 07:47:33 |
|
2026-02-10 |
2026-02-10 07:47:33
Filter VSCode CSpell Problems
Get-Clipboard | ConvertFrom-Json | Where-Object owner -EQ cSpell | Select-Object -ExpandProperty message | Sort-Object -Unique | ForEach-Object { $_ -replace '"(.+?)": .+', "`$1" } | Set-Clipboard