Mirror of my GitHub Pages site www.spenser.black/
0

Configure Feed

Select the types of activity you want to include in your feed.

Add devcontainer config

authored by

Spenser Black and committed by
GitHub
(Jun 25, 2026, 11:50 AM UTC) 6064b2e1 7b500ff7

+12
+12
.devcontainer/devcontainer.json
··· 1 + { 2 + "name": "Node.js", 3 + "image": "mcr.microsoft.com/devcontainers/typescript-node:24", 4 + "customizations": { 5 + "vscode": { 6 + "extensions": [ 7 + "EditorConfig.EditorConfig" 8 + ] 9 + } 10 + }, 11 + "remoteUser": "node" 12 + }