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