We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d3444 commit 205870fCopy full SHA for 205870f
.devcontainer/devcontainer.json
@@ -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