Skip to content

Commit

Permalink
Dev config improvements (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons authored Aug 9, 2024
1 parent 2e62e16 commit 314f891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
}
}
},

"remoteUser": "vscode",
"postCreateCommand": "uv venv && . .venv/bin/activate && uv pip install -r requirements-test.txt && git config commit.gpgsign true",
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind,consistency=cached"
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind,consistency=cached",
"source=${localWorkspaceFolder}/.cache,target=/home/vscode/.cache,type=bind,consistency=cached",
"source=${localWorkspaceFolder}/.vscode-server,target=/home/vscode/.vscode-server,type=bind,consistency=cached"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ htmlcov/
.coverage
.coverage.*
.cache
.vscode-server
nosetests.xml
coverage.xml
*.cover
Expand Down

0 comments on commit 314f891

Please sign in to comment.