mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-27 08:48:02 +01:00
Development: Add VS Code Devcontainer Configuration (#7041)
This commit is contained in:
parent
a64d457c30
commit
fcc9847bc3
8 changed files with 589 additions and 0 deletions
11
.devcontainer/vscode/settings.json
Normal file
11
.devcontainer/vscode/settings.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"python.testing.pytestArgs": [
|
||||
"src"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"files.watcherExclude": {
|
||||
"**/.venv/**": true,
|
||||
"**/pytest_cache/**": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue