Skip to content

Commit af61364

Browse files
committed
docs: rename gems posts
1 parent 1dd3e09 commit af61364

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/content/blog/2024/12/gems-of-december-24.en.md renamed to src/content/blog/2024/12/31/gems-of-december.en.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ tags:
55
- Gems of the Month
66
---
77

8-
Hopefully back to the habit after a longer trip in Asia.
8+
Hopefully I get back to the habit after a trip to Asia.
99

10-
## Archlinux
10+
## Arch Linux
1111

1212
### Manage Pacmans mirror list
1313

@@ -16,3 +16,9 @@ Archlinux package manager Pacman stores a list of mirrors from which the package
1616
```bash
1717
reflector --country Switzerland --age 12 --protocol https --sort rate --download-timeout 10 --save /etc/pacman.d/mirrorlist
1818
```
19+
20+
## Tools
21+
22+
### Visual Studio Code: Editor Git Blame decoration
23+
24+
In September I [wrote](../09/30/gems-of-september-24) about a VS Code extension called "Better Git Blame". This extension shows the git blame information in the editor per line. With [version 1.96](https://code.visualstudio.com/updates/v1_96#_git-blame-information-experimental) of VS Code, this feature is now built-in. You can enable it with the setting `"git.blame.editorDecoration.enabled": true` in your settings json.

0 commit comments

Comments
 (0)