File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed
Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(cat:*)" ,
5+ " Bash(comm -23:*)" ,
6+ " Bash(jq:*)" ,
7+ " Skill(obdb-editor)" ,
8+ " Bash(python3:*)" ,
9+ " Bash(find:*)"
10+ ],
11+ "deny" : [],
12+ "ask" : []
13+ }
14+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " Python Development" ,
3- "image" : " mcr.microsoft.com/devcontainers/python:3 " ,
3+ "image" : " ghcr.io/obdb/devcontainer:latest " ,
44 "customizations" : {
55 "vscode" : {
66 "extensions" : [
77 " ms-python.python" ,
88 " ms-python.vscode-pylance" ,
99 " GitHub.vscode-github-actions" ,
1010 " GitHub.vscode-pull-request-github" ,
11- " ClutchEngineering.obdb-tooling"
11+ " ClutchEngineering.obdb-tooling" ,
12+ " anthropic.claude-code"
1213 ],
1314 "settings" : {
1415 "task.quickOpen.skip" : true ,
2324 }
2425 }
2526 },
26- "postCreateCommand" : " pip install pytest pyyaml pytest-xdist" ,
27- "postAttachCommand" : " cd tests/schemas && git pull && cd ../.. || git clone --depth=1 https://github.com/OBDb/.schemas.git tests/schemas" ,
27+ "postAttachCommand" : " /usr/local/bin/setup-obdb-dev.sh" ,
2828 "remoteUser" : " vscode"
29- }
29+ }
Original file line number Diff line number Diff line change 11tests /schemas /
22__pycache__
3+ .claude /skills
You can’t perform that action at this time.
0 commit comments