vault backup: 2026-02-10 07:48:57

This commit is contained in:
2026-02-10 07:48:57 -05:00
parent 3dc9a2982e
commit c15be7940d
+23
View File
@@ -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
```