diff --git a/2026-02-10_07-47-33.md b/2026-02-10_07-47-33.md new file mode 100644 index 0000000..ed343e0 --- /dev/null +++ b/2026-02-10_07-47-33.md @@ -0,0 +1,23 @@ +--- +id: +aliases: [] +title: "2026-02-10 07:47:33" +tags: + - authorship/original + - destiny/permanent + - status/draft + - type/periodic/timestamped +dg-publish: true +daily: "[[2026-02-10]]" +weekly: "[[2026-W07]]" +monthly: "[[2026-02]]" +quarterly: "[[2026-Q1]]" +yearly: "[[2026]]" +--- +# 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 +```