fix for issue: #8539

This commit is contained in:
Orce MARINKOVSKI 2024-12-22 22:09:38 +00:00
parent 973a03baf2
commit 79f4e7151f

View File

@ -3,7 +3,7 @@
"dockerComposeFile": "docker-compose.devcontainer.sqlite-tika.yml",
"service": "paperless-development",
"workspaceFolder": "/usr/src/paperless/paperless-ngx",
"postCreateCommand": "/bin/bash -c pre-commit install && pipenv install --dev",
"postCreateCommand": "pipenv install --dev && pipenv install pre-commit && pipenv shell && git config --global user.name '${localEnv:GIT_AUTHOR_NAME}' && git config --global user.email '${localEnv:GIT_AUTHOR_EMAIL}'",
"customizations": {
"vscode": {
"extensions": [