user vscode
This commit is contained in:
Vendored
+21
-3
@@ -1,4 +1,22 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"python.terminal.activateEnvironment": true
|
||||
}
|
||||
"terminal.integrated.env.linux": {
|
||||
"VIRTUAL_ENV": "/workspace/.venv",
|
||||
"PATH": "/workspace/.venv/bin:${env:PATH}"
|
||||
},
|
||||
"terminal.integrated.defaultProfile.linux": "DocExtractor venv",
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"DocExtractor venv": {
|
||||
"path": "bash",
|
||||
"args": [
|
||||
"--rcfile",
|
||||
"/workspace/.devcontainer/bashrc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"python.defaultInterpreterPath": "/workspace/.venv/bin/python",
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user