24 lines
546 B
Markdown
24 lines
546 B
Markdown
---
|
|
id:
|
|
aliases: []
|
|
title: "2026-02-10 07:47:33"
|
|
tags:
|
|
- authorship/original
|
|
- destiny/permanent
|
|
- status/draft
|
|
- type/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
|
|
```
|