Skip to content

Commit 205870f

Browse files
committed
Adds Dev Container configuration
1 parent f8d3444 commit 205870f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Wordle MCP Dev Container",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.10",
4+
"features": {
5+
"ghcr.io/va-h/devcontainers-features/uv:1": {}
6+
},
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"ms-python.python",
11+
"ms-vsliveshare.vsliveshare",
12+
"VisualStudioExptTeam.vscodeintellicode",
13+
"eamodio.gitlens",
14+
"usernamehw.errorlens",
15+
"aaron-bond.better-comments",
16+
"github.vscode-github-actions",
17+
"redhat.vscode-yaml"
18+
]
19+
}
20+
},
21+
"postStartCommand": "uv sync"
22+
}

0 commit comments

Comments
 (0)