Skip to content

Commit 391eef1

Browse files
committed
Merge remote-tracking branch 'upstream/master' into tests_wakatime_card_fix_correct_render_test
2 parents 7fc68fa + 070dbd3 commit 391eef1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2573
-6918
lines changed

.devcontainer/devcontainer.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "GitHub Readme Stats Dev",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4+
"features": {
5+
"ghcr.io/devcontainers/features/node:1": { "version": "22" }
6+
},
7+
"forwardPorts": [3000],
8+
"portsAttributes": {
9+
"3000": { "label": "HTTP" }
10+
},
11+
"appPort": [],
12+
13+
// Use 'postCreateCommand' to run commands after the container is created.
14+
"postCreateCommand": "npm install -g vercel",
15+
16+
// Use 'postStartCommand' to run commands after the container is started.
17+
"postStartCommand": "hostname dev && npm install",
18+
19+
// Configure tool-specific properties.
20+
"customizations": {
21+
"vscode": {
22+
"extensions": [
23+
"yzhang.markdown-all-in-one",
24+
"esbenp.prettier-vscode",
25+
"dbaeumer.vscode-eslint"
26+
]
27+
}
28+
},
29+
30+
"remoteUser": "root",
31+
"privileged": true
32+
}

0 commit comments

Comments
 (0)