Skip to content

Commit d876dc0

Browse files
committed
adding a codespace
1 parent 73beed4 commit d876dc0

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "RSXML Python",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.12",
4+
"features": {
5+
"ghcr.io/devcontainers/features/common-utils:2": {
6+
"installZsh": "true",
7+
"configureZshAsDefaultShell": "true",
8+
"installOhMyZsh": "true",
9+
"upgradePackages": "false"
10+
}
11+
},
12+
"customizations": {
13+
"vscode": {
14+
"extensions": [
15+
"ms-python.python",
16+
"ms-python.vscode-pylance",
17+
"charliermarsh.ruff",
18+
"tamasfe.even-better-toml"
19+
]
20+
}
21+
},
22+
"postCreateCommand": "pip install uv && uv pip install --system -e .[dev]"
23+
}

0 commit comments

Comments
 (0)